Html Css Color HEX #C47F70 Brandy Rose

📋 copy color: '#C47F70'

red 196 ◦ green 127 ◦ blue 112

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

Shades of Brandy Rose #C47F70

Tints of Brandy Rose #C47F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.75%

R = 45.06%
G = 29.2%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C47F70 (or 0xC47F70) is known color: Brandy Rose. HEX triplet: C4, 7F and 70. RGB value is (196,127,112). Sum of RGB (Red+Green+Blue) = 196+127+112=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F70 is #3B808F. Grayscale: #929292. Windows color (decimal): -3899536 or 7372740. OLE color: 7372740.

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

Color convert

RGB 196 127 112 -
CMYK 0 0.35 0.43 0.23
HSL 10.71º 0.42% 0.6% -
HSV(B) 10.71º 0.43% 0.77% -
XYZ 33.28 28.08 19 -
YUV 145.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 196 127 112 0 0.35 0.43 0.23 10.71 0.42 0.6
Hex C4 7F 70 0 23 2B 17 B 2A 3C
Octal 304 177 160 0 43 53 27 13 52 74
Binary 11000100 1111111 1110000 0 100011 101011 10111 1011 101010 111100

Color Harmonies of #C47F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F70

Black with #C47F70

Text Example


Text Example

White with #C47F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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