Html Css Color HEX #C37C76 Brandy Rose

📋 copy color: '#C37C76'

red 195 ◦ green 124 ◦ blue 118

#C37C76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #C37C76

Tints of Brandy Rose #C37C76

RGB

 RED value IS 195 (76.56% from 255) = 44.62%

 GREEN value IS 124 (48.83% from 255) = 28.38%

 BLUE value IS 118 (46.48% from 255) = 27%

R = 44.62%
G = 28.38%
B = 27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C37C76 (or 0xC37C76) is known color: Brandy Rose. HEX triplet: C3, 7C and 76. RGB value is (195,124,118). Sum of RGB (Red+Green+Blue) = 195+124+118=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C76 is #3C8389. Grayscale: #909090. Windows color (decimal): -3965834 or 7765187. OLE color: 7765187.

HSL color Cylindrical-coordinate representation of color #C37C76: hue angle of 4.68º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37C76 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 124 118 -
CMYK 0 0.36 0.39 0.24
HSL 4.68º 0.39% 0.61% -
HSV(B) 4.68º 0.39% 0.76% -
XYZ 32.98 27.33 20.68 -
YUV 144.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 195 124 118 0 0.36 0.39 0.24 4.68 0.39 0.61
Hex C3 7C 76 0 24 27 18 5 27 3D
Octal 303 174 166 0 44 47 30 5 47 75
Binary 11000011 1111100 1110110 0 100100 100111 11000 101 100111 111101

Color Harmonies of #C37C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C76

Black with #C37C76

Text Example


Text Example

White with #C37C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C76; }

 p { color: rgb(195,124,118); }

 H1.HeaderClassName
 {
   color: #C37C76;
 }
 .AnyTagClassName
 {
   color: #C37C76;
 }
</style>

background-color css

<style>
 a { background-color: #C37C76; }

 a { background-color: rgb(195,124,118); }

 div.DivClassName
 {
   background-color: #C37C76;
 }
 .BgClassName
 {
   background-color: #C37C76;
 }
</style>

border-color css

<style>
 span { border-color: #C37C76; }

 span { border-color: rgb(195,124,118); }

 td.TdClassName
 {
   border-color: #C37C76;
 }
 .TagClassName
 {
   border-color: #C37C76;
 }
</style>