Html Css Color HEX #CC8862 Burning Sand

📋 copy color: '#CC8862'

red 204 ◦ green 136 ◦ blue 98

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

Shades of Burning Sand #CC8862

Tints of Burning Sand #CC8862

RGB

 RED value IS 204 (80.08% from 255) = 46.58%

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

 BLUE value IS 98 (38.67% from 255) = 22.37%

R = 46.58%
G = 31.05%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC8862 (or 0xCC8862) is known color: Burning Sand. HEX triplet: CC, 88 and 62. RGB value is (204,136,98). Sum of RGB (Red+Green+Blue) = 204+136+98=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8862 is #33779D. Grayscale: #989898. Windows color (decimal): -3372958 or 6457548. OLE color: 6457548.

HSL color Cylindrical-coordinate representation of color #CC8862: hue angle of 21.51º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC8862 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 136 98 -
CMYK 0 0.33 0.52 0.2
HSL 21.51º 0.51% 0.59% -
HSV(B) 21.51º 0.52% 0.8% -
XYZ 35.91 31.33 15.71 -
YUV 152 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 204 136 98 0 0.33 0.52 0.2 21.51 0.51 0.59
Hex CC 88 62 0 21 34 14 16 33 3B
Octal 314 210 142 0 41 64 24 26 63 73
Binary 11001100 10001000 1100010 0 100001 110100 10100 10110 110011 111011

Color Harmonies of #CC8862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8862

Black with #CC8862

Text Example


Text Example

White with #CC8862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8862; }

 p { color: rgb(204,136,98); }

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

background-color css

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

 a { background-color: rgb(204,136,98); }

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

border-color css

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

 span { border-color: rgb(204,136,98); }

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