Html Css Color HEX #C37F77 Brandy Rose

📋 copy color: '#C37F77'

red 195 ◦ green 127 ◦ blue 119

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

Shades of Brandy Rose #C37F77

Tints of Brandy Rose #C37F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.98%

R = 44.22%
G = 28.8%
B = 26.98%

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

#C37F77 (or 0xC37F77) is known color: Brandy Rose. HEX triplet: C3, 7F and 77. RGB value is (195,127,119). Sum of RGB (Red+Green+Blue) = 195+127+119=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F77 is #3C8088. Grayscale: #929292. Windows color (decimal): -3965065 or 7831491. OLE color: 7831491.

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

Color convert

RGB 195 127 119 -
CMYK 0 0.35 0.39 0.24
HSL 6.32º 0.39% 0.62% -
HSV(B) 6.32º 0.39% 0.76% -
XYZ 33.42 28.11 21.12 -
YUV 146.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 195 127 119 0 0.35 0.39 0.24 6.32 0.39 0.62
Hex C3 7F 77 0 23 27 18 6 27 3E
Octal 303 177 167 0 43 47 30 6 47 76
Binary 11000011 1111111 1110111 0 100011 100111 11000 110 100111 111110

Color Harmonies of #C37F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F77

Black with #C37F77

Text Example


Text Example

White with #C37F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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