Html Css Color HEX #C88052 Raw Sienna

📋 copy color: '#C88052'

red 200 ◦ green 128 ◦ blue 82

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

Shades of Raw Sienna #C88052

Tints of Raw Sienna #C88052

RGB

 RED value IS 200 (78.52% from 255) = 48.78%

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

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

R = 48.78%
G = 31.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C88052 (or 0xC88052) is known color: Raw Sienna. HEX triplet: C8, 80 and 52. RGB value is (200,128,82). Sum of RGB (Red+Green+Blue) = 200+128+82=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C88052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88052 is #377FAD. Grayscale: #909090. Windows color (decimal): -3637166 or 5406920. OLE color: 5406920.

HSL color Cylindrical-coordinate representation of color #C88052: hue angle of 23.39º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C88052 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 82 -
CMYK 0 0.36 0.59 0.22
HSL 23.39º 0.52% 0.55% -
HSV(B) 23.39º 0.59% 0.78% -
XYZ 33.06 28.33 11.71 -
YUV 144.28 92.85 167.74 -
System Red Green Blue C M Y K H S L
Decimal 200 128 82 0 0.36 0.59 0.22 23.39 0.52 0.55
Hex C8 80 52 0 24 3B 16 17 34 37
Octal 310 200 122 0 44 73 26 27 64 67
Binary 11001000 10000000 1010010 0 100100 111011 10110 10111 110100 110111

Color Harmonies of #C88052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88052

Black with #C88052

Text Example


Text Example

White with #C88052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88052; }

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

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

background-color css

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

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

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

border-color css

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

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

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