Html Css Color HEX #C48077 Brandy Rose

📋 copy color: '#C48077'

red 196 ◦ green 128 ◦ blue 119

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

Shades of Brandy Rose #C48077

Tints of Brandy Rose #C48077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.89%

 BLUE value IS 119 (46.88% from 255) = 26.86%

R = 44.24%
G = 28.89%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C48077 (or 0xC48077) is known color: Brandy Rose. HEX triplet: C4, 80 and 77. RGB value is (196,128,119). Sum of RGB (Red+Green+Blue) = 196+128+119=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C48077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48077 is #3B7F88. Grayscale: #939393. Windows color (decimal): -3899273 or 7831748. OLE color: 7831748.

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

Color convert

RGB 196 128 119 -
CMYK 0 0.35 0.39 0.23
HSL 7.01º 0.39% 0.62% -
HSV(B) 7.01º 0.39% 0.77% -
XYZ 33.81 28.51 21.17 -
YUV 147.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 196 128 119 0 0.35 0.39 0.23 7.01 0.39 0.62
Hex C4 80 77 0 23 27 17 7 27 3E
Octal 304 200 167 0 43 47 27 7 47 76
Binary 11000100 10000000 1110111 0 100011 100111 10111 111 100111 111110

Color Harmonies of #C48077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48077

Black with #C48077

Text Example


Text Example

White with #C48077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48077; }

 p { color: rgb(196,128,119); }

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

background-color css

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

 a { background-color: rgb(196,128,119); }

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

border-color css

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

 span { border-color: rgb(196,128,119); }

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