Html Css Color HEX #C47F78 Brandy Rose

📋 copy color: '#C47F78'

red 196 ◦ green 127 ◦ blue 120

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

Shades of Brandy Rose #C47F78

Tints of Brandy Rose #C47F78

RGB

 RED value IS 196 (76.95% from 255) = 44.24%

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

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

R = 44.24%
G = 28.67%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C47F78 (or 0xC47F78) is known color: Brandy Rose. HEX triplet: C4, 7F and 78. RGB value is (196,127,120). Sum of RGB (Red+Green+Blue) = 196+127+120=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F78 is #3B8087. Grayscale: #929292. Windows color (decimal): -3899528 or 7897028. OLE color: 7897028.

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

Color convert

RGB 196 127 120 -
CMYK 0 0.35 0.39 0.23
HSL 5.53º 0.39% 0.62% -
HSV(B) 5.53º 0.39% 0.77% -
XYZ 33.74 28.27 21.45 -
YUV 146.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 196 127 120 0 0.35 0.39 0.23 5.53 0.39 0.62
Hex C4 7F 78 0 23 27 17 6 27 3E
Octal 304 177 170 0 43 47 27 6 47 76
Binary 11000100 1111111 1111000 0 100011 100111 10111 110 100111 111110

Color Harmonies of #C47F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F78

Black with #C47F78

Text Example


Text Example

White with #C47F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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