Html Css Color HEX #C48179 Brandy Rose

📋 copy color: '#C48179'

red 196 ◦ green 129 ◦ blue 121

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

Shades of Brandy Rose #C48179

Tints of Brandy Rose #C48179

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.92%

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

R = 43.95%
G = 28.92%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C48179 (or 0xC48179) is known color: Brandy Rose. HEX triplet: C4, 81 and 79. RGB value is (196,129,121). Sum of RGB (Red+Green+Blue) = 196+129+121=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C48179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48179 is #3B7E86. Grayscale: #949494. Windows color (decimal): -3899015 or 7963076. OLE color: 7963076.

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

Color convert

RGB 196 129 121 -
CMYK 0 0.34 0.38 0.23
HSL 6.4º 0.39% 0.62% -
HSV(B) 6.4º 0.38% 0.77% -
XYZ 34.07 28.82 21.86 -
YUV 148.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 196 129 121 0 0.34 0.38 0.23 6.4 0.39 0.62
Hex C4 81 79 0 22 26 17 6 27 3E
Octal 304 201 171 0 42 46 27 6 47 76
Binary 11000100 10000001 1111001 0 100010 100110 10111 110 100111 111110

Color Harmonies of #C48179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48179

Black with #C48179

Text Example


Text Example

White with #C48179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48179; }

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

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

background-color css

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

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

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

border-color css

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

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

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