Html Css Color HEX #C47C78 Brandy Rose

📋 copy color: '#C47C78'

red 196 ◦ green 124 ◦ blue 120

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

Shades of Brandy Rose #C47C78

Tints of Brandy Rose #C47C78

RGB

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

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

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

R = 44.55%
G = 28.18%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C47C78 (or 0xC47C78) is known color: Brandy Rose. HEX triplet: C4, 7C and 78. RGB value is (196,124,120). Sum of RGB (Red+Green+Blue) = 196+124+120=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C78 is #3B8387. Grayscale: #919191. Windows color (decimal): -3900296 or 7896260. OLE color: 7896260.

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

Color convert

RGB 196 124 120 -
CMYK 0 0.37 0.39 0.23
HSL 3.16º 0.39% 0.62% -
HSV(B) 3.16º 0.39% 0.77% -
XYZ 33.36 27.51 21.32 -
YUV 145.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 196 124 120 0 0.37 0.39 0.23 3.16 0.39 0.62
Hex C4 7C 78 0 25 27 17 3 27 3E
Octal 304 174 170 0 45 47 27 3 47 76
Binary 11000100 1111100 1111000 0 100101 100111 10111 11 100111 111110

Color Harmonies of #C47C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C78

Black with #C47C78

Text Example


Text Example

White with #C47C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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