Html Css Color HEX #C48279 Brandy Rose

📋 copy color: '#C48279'

red 196 ◦ green 130 ◦ blue 121

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

Shades of Brandy Rose #C48279

Tints of Brandy Rose #C48279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.08%

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

R = 43.85%
G = 29.08%
B = 27.07%

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

#C48279 (or 0xC48279) is known color: Brandy Rose. HEX triplet: C4, 82 and 79. RGB value is (196,130,121). Sum of RGB (Red+Green+Blue) = 196+130+121=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C48279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48279 is #3B7D86. Grayscale: #949494. Windows color (decimal): -3898759 or 7963332. OLE color: 7963332.

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

Color convert

RGB 196 130 121 -
CMYK 0 0.34 0.38 0.23
HSL 7.2º 0.39% 0.62% -
HSV(B) 7.2º 0.38% 0.77% -
XYZ 34.2 29.08 21.9 -
YUV 148.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 196 130 121 0 0.34 0.38 0.23 7.2 0.39 0.62
Hex C4 82 79 0 22 26 17 7 27 3E
Octal 304 202 171 0 42 46 27 7 47 76
Binary 11000100 10000010 1111001 0 100010 100110 10111 111 100111 111110

Color Harmonies of #C48279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48279

Black with #C48279

Text Example


Text Example

White with #C48279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48279; }

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

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

background-color css

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

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

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

border-color css

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

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

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