Html Css Color HEX #C47F74 Brandy Rose

📋 copy color: '#C47F74'

red 196 ◦ green 127 ◦ blue 116

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

Shades of Brandy Rose #C47F74

Tints of Brandy Rose #C47F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.42%

R = 44.65%
G = 28.93%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C47F74 (or 0xC47F74) is known color: Brandy Rose. HEX triplet: C4, 7F and 74. RGB value is (196,127,116). Sum of RGB (Red+Green+Blue) = 196+127+116=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F74 is #3B808B. Grayscale: #929292. Windows color (decimal): -3899532 or 7634884. OLE color: 7634884.

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

Color convert

RGB 196 127 116 -
CMYK 0 0.35 0.41 0.23
HSL 8.25º 0.4% 0.61% -
HSV(B) 8.25º 0.41% 0.77% -
XYZ 33.51 28.18 20.2 -
YUV 146.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 196 127 116 0 0.35 0.41 0.23 8.25 0.4 0.61
Hex C4 7F 74 0 23 29 17 8 28 3D
Octal 304 177 164 0 43 51 27 10 50 75
Binary 11000100 1111111 1110100 0 100011 101001 10111 1000 101000 111101

Color Harmonies of #C47F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F74

Black with #C47F74

Text Example


Text Example

White with #C47F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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