Html Css Color HEX #C48052 Raw Sienna

📋 copy color: '#C48052'

red 196 ◦ green 128 ◦ blue 82

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

Shades of Raw Sienna #C48052

Tints of Raw Sienna #C48052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.2%

R = 48.28%
G = 31.53%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C48052 (or 0xC48052) is known color: Raw Sienna. HEX triplet: C4, 80 and 52. RGB value is (196,128,82). Sum of RGB (Red+Green+Blue) = 196+128+82=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C48052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48052 is #3B7FAD. Grayscale: #8F8F8F. Windows color (decimal): -3899310 or 5406916. OLE color: 5406916.

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

Color convert

RGB 196 128 82 -
CMYK 0 0.35 0.58 0.23
HSL 24.21º 0.49% 0.55% -
HSV(B) 24.21º 0.58% 0.77% -
XYZ 32.01 27.78 11.66 -
YUV 143.09 93.53 165.74 -
System Red Green Blue C M Y K H S L
Decimal 196 128 82 0 0.35 0.58 0.23 24.21 0.49 0.55
Hex C4 80 52 0 23 3A 17 18 31 37
Octal 304 200 122 0 43 72 27 30 61 67
Binary 11000100 10000000 1010010 0 100011 111010 10111 11000 110001 110111

Color Harmonies of #C48052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48052

Black with #C48052

Text Example


Text Example

White with #C48052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48052; }

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

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

background-color css

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

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

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

border-color css

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

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

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