Html Css Color HEX #C47F72 Brandy Rose

📋 copy color: '#C47F72'

red 196 ◦ green 127 ◦ blue 114

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

Shades of Brandy Rose #C47F72

Tints of Brandy Rose #C47F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.09%

R = 44.85%
G = 29.06%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C47F72 (or 0xC47F72) is known color: Brandy Rose. HEX triplet: C4, 7F and 72. RGB value is (196,127,114). Sum of RGB (Red+Green+Blue) = 196+127+114=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F72 is #3B808D. Grayscale: #929292. Windows color (decimal): -3899534 or 7503812. OLE color: 7503812.

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

Color convert

RGB 196 127 114 -
CMYK 0 0.35 0.42 0.23
HSL 9.51º 0.41% 0.61% -
HSV(B) 9.51º 0.42% 0.77% -
XYZ 33.39 28.13 19.59 -
YUV 146.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 196 127 114 0 0.35 0.42 0.23 9.51 0.41 0.61
Hex C4 7F 72 0 23 2A 17 A 29 3D
Octal 304 177 162 0 43 52 27 12 51 75
Binary 11000100 1111111 1110010 0 100011 101010 10111 1010 101001 111101

Color Harmonies of #C47F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F72

Black with #C47F72

Text Example


Text Example

White with #C47F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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