Html Css Color HEX #CC8869 Burning Sand

📋 copy color: '#CC8869'

red 204 ◦ green 136 ◦ blue 105

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

Shades of Burning Sand #CC8869

Tints of Burning Sand #CC8869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.6%

R = 45.84%
G = 30.56%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC8869 (or 0xCC8869) is known color: Burning Sand. HEX triplet: CC, 88 and 69. RGB value is (204,136,105). Sum of RGB (Red+Green+Blue) = 204+136+105=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8869 is #337796. Grayscale: #989898. Windows color (decimal): -3372951 or 6916300. OLE color: 6916300.

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

Color convert

RGB 204 136 105 -
CMYK 0 0.33 0.49 0.2
HSL 18.79º 0.49% 0.61% -
HSV(B) 18.79º 0.49% 0.8% -
XYZ 36.26 31.47 17.53 -
YUV 152.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 204 136 105 0 0.33 0.49 0.2 18.79 0.49 0.61
Hex CC 88 69 0 21 31 14 13 31 3D
Octal 314 210 151 0 41 61 24 23 61 75
Binary 11001100 10001000 1101001 0 100001 110001 10100 10011 110001 111101

Color Harmonies of #CC8869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8869

Black with #CC8869

Text Example


Text Example

White with #CC8869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8869; }

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

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

background-color css

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

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

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

border-color css

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

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

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