Html Css Color HEX #C47F73 Brandy Rose

📋 copy color: '#C47F73'

red 196 ◦ green 127 ◦ blue 115

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

Shades of Brandy Rose #C47F73

Tints of Brandy Rose #C47F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.26%

R = 44.75%
G = 29%
B = 26.26%

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

#C47F73 (or 0xC47F73) is known color: Brandy Rose. HEX triplet: C4, 7F and 73. RGB value is (196,127,115). Sum of RGB (Red+Green+Blue) = 196+127+115=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F73 is #3B808C. Grayscale: #929292. Windows color (decimal): -3899533 or 7569348. OLE color: 7569348.

HSL color Cylindrical-coordinate representation of color #C47F73: hue angle of 8.89º degrees, saturation: 0.41, 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 #C47F73 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 127 115 -
CMYK 0 0.35 0.41 0.23
HSL 8.89º 0.41% 0.61% -
HSV(B) 8.89º 0.41% 0.77% -
XYZ 33.45 28.15 19.89 -
YUV 146.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 196 127 115 0 0.35 0.41 0.23 8.89 0.41 0.61
Hex C4 7F 73 0 23 29 17 9 29 3D
Octal 304 177 163 0 43 51 27 11 51 75
Binary 11000100 1111111 1110011 0 100011 101001 10111 1001 101001 111101

Color Harmonies of #C47F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F73

Black with #C47F73

Text Example


Text Example

White with #C47F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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