Html Css Color HEX #C37F78 Brandy Rose

📋 copy color: '#C37F78'

red 195 ◦ green 127 ◦ blue 120

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

Shades of Brandy Rose #C37F78

Tints of Brandy Rose #C37F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.15%

R = 44.12%
G = 28.73%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C37F78 (or 0xC37F78) is known color: Brandy Rose. HEX triplet: C3, 7F and 78. RGB value is (195,127,120). Sum of RGB (Red+Green+Blue) = 195+127+120=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F78 is #3C8087. Grayscale: #929292. Windows color (decimal): -3965064 or 7897027. OLE color: 7897027.

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

Color convert

RGB 195 127 120 -
CMYK 0 0.35 0.38 0.24
HSL 5.6º 0.38% 0.62% -
HSV(B) 5.6º 0.38% 0.76% -
XYZ 33.49 28.14 21.44 -
YUV 146.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 195 127 120 0 0.35 0.38 0.24 5.6 0.38 0.62
Hex C3 7F 78 0 23 26 18 6 26 3E
Octal 303 177 170 0 43 46 30 6 46 76
Binary 11000011 1111111 1111000 0 100011 100110 11000 110 100110 111110

Color Harmonies of #C37F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F78

Black with #C37F78

Text Example


Text Example

White with #C37F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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