Html Css Color HEX #C48079 Brandy Rose

📋 copy color: '#C48079'

red 196 ◦ green 128 ◦ blue 121

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

Shades of Brandy Rose #C48079

Tints of Brandy Rose #C48079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.19%

R = 44.04%
G = 28.76%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C48079 (or 0xC48079) is known color: Brandy Rose. HEX triplet: C4, 80 and 79. RGB value is (196,128,121). Sum of RGB (Red+Green+Blue) = 196+128+121=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C48079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48079 is #3B7F86. Grayscale: #939393. Windows color (decimal): -3899271 or 7962820. OLE color: 7962820.

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

Color convert

RGB 196 128 121 -
CMYK 0 0.35 0.38 0.23
HSL 5.6º 0.39% 0.62% -
HSV(B) 5.6º 0.38% 0.77% -
XYZ 33.94 28.55 21.81 -
YUV 147.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 196 128 121 0 0.35 0.38 0.23 5.6 0.39 0.62
Hex C4 80 79 0 23 26 17 6 27 3E
Octal 304 200 171 0 43 46 27 6 47 76
Binary 11000100 10000000 1111001 0 100011 100110 10111 110 100111 111110

Color Harmonies of #C48079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48079

Black with #C48079

Text Example


Text Example

White with #C48079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48079; }

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

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

background-color css

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

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

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

border-color css

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

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

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