Html Css Color HEX #C47C79 Brandy Rose

📋 copy color: '#C47C79'

red 196 ◦ green 124 ◦ blue 121

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

Shades of Brandy Rose #C47C79

Tints of Brandy Rose #C47C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.44%

R = 44.44%
G = 28.12%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C47C79 (or 0xC47C79) is known color: Brandy Rose. HEX triplet: C4, 7C and 79. RGB value is (196,124,121). Sum of RGB (Red+Green+Blue) = 196+124+121=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C79 is #3B8386. Grayscale: #919191. Windows color (decimal): -3900295 or 7961796. OLE color: 7961796.

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

Color convert

RGB 196 124 121 -
CMYK 0 0.37 0.38 0.23
HSL 2.4º 0.39% 0.62% -
HSV(B) 2.4º 0.38% 0.77% -
XYZ 33.42 27.53 21.64 -
YUV 145.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 196 124 121 0 0.37 0.38 0.23 2.4 0.39 0.62
Hex C4 7C 79 0 25 26 17 2 27 3E
Octal 304 174 171 0 45 46 27 2 47 76
Binary 11000100 1111100 1111001 0 100101 100110 10111 10 100111 111110

Color Harmonies of #C47C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C79

Black with #C47C79

Text Example


Text Example

White with #C47C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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