Html Css Color HEX #C48879 Brandy Rose

📋 copy color: '#C48879'

red 196 ◦ green 136 ◦ blue 121

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

Shades of Brandy Rose #C48879

Tints of Brandy Rose #C48879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.02%

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

R = 43.27%
G = 30.02%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C48879 (or 0xC48879) is known color: Brandy Rose. HEX triplet: C4, 88 and 79. RGB value is (196,136,121). Sum of RGB (Red+Green+Blue) = 196+136+121=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C48879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48879 is #3B7786. Grayscale: #989898. Windows color (decimal): -3897223 or 7964868. OLE color: 7964868.

HSL color Cylindrical-coordinate representation of color #C48879: hue angle of 12º 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 #C48879 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 121 -
CMYK 0 0.31 0.38 0.23
HSL 12º 0.39% 0.62% -
HSV(B) 12º 0.38% 0.77% -
XYZ 35.02 30.72 22.17 -
YUV 152.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 196 136 121 0 0.31 0.38 0.23 12 0.39 0.62
Hex C4 88 79 0 1F 26 17 C 27 3E
Octal 304 210 171 0 37 46 27 14 47 76
Binary 11000100 10001000 1111001 0 11111 100110 10111 1100 100111 111110

Color Harmonies of #C48879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48879

Black with #C48879

Text Example


Text Example

White with #C48879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48879; }

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

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

background-color css

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

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

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

border-color css

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

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

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