Html Css Color HEX #C37F76 Brandy Rose

📋 copy color: '#C37F76'

red 195 ◦ green 127 ◦ blue 118

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

Shades of Brandy Rose #C37F76

Tints of Brandy Rose #C37F76

RGB

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

 GREEN value IS 127 (50% from 255) = 28.86%

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

R = 44.32%
G = 28.86%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C37F76 (or 0xC37F76) is known color: Brandy Rose. HEX triplet: C3, 7F and 76. RGB value is (195,127,118). Sum of RGB (Red+Green+Blue) = 195+127+118=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F76 is #3C8089. Grayscale: #929292. Windows color (decimal): -3965066 or 7765955. OLE color: 7765955.

HSL color Cylindrical-coordinate representation of color #C37F76: hue angle of 7.01º 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 #C37F76 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 127 118 -
CMYK 0 0.35 0.39 0.24
HSL 7.01º 0.39% 0.61% -
HSV(B) 7.01º 0.39% 0.76% -
XYZ 33.37 28.09 20.8 -
YUV 146.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 195 127 118 0 0.35 0.39 0.24 7.01 0.39 0.61
Hex C3 7F 76 0 23 27 18 7 27 3D
Octal 303 177 166 0 43 47 30 7 47 75
Binary 11000011 1111111 1110110 0 100011 100111 11000 111 100111 111101

Color Harmonies of #C37F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F76

Black with #C37F76

Text Example


Text Example

White with #C37F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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