Html Css Color HEX #CC865A Burning Sand

📋 copy color: '#CC865A'

red 204 ◦ green 134 ◦ blue 90

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

Shades of Burning Sand #CC865A

Tints of Burning Sand #CC865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.31%

 BLUE value IS 90 (35.55% from 255) = 21.03%

R = 47.66%
G = 31.31%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC865A (or 0xCC865A) is known color: Burning Sand. HEX triplet: CC, 86 and 5A. RGB value is (204,134,90). Sum of RGB (Red+Green+Blue) = 204+134+90=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC865A is #3379A5. Grayscale: #969696. Windows color (decimal): -3373478 or 5932748. OLE color: 5932748.

HSL color Cylindrical-coordinate representation of color #CC865A: hue angle of 23.16º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC865A is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 90 -
CMYK 0 0.34 0.56 0.2
HSL 23.16º 0.53% 0.58% -
HSV(B) 23.16º 0.56% 0.8% -
XYZ 35.27 30.63 13.73 -
YUV 149.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 204 134 90 0 0.34 0.56 0.2 23.16 0.53 0.58
Hex CC 86 5A 0 22 38 14 17 35 3A
Octal 314 206 132 0 42 70 24 27 65 72
Binary 11001100 10000110 1011010 0 100010 111000 10100 10111 110101 111010

Color Harmonies of #CC865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC865A

Black with #CC865A

Text Example


Text Example

White with #CC865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC865A; }

 p { color: rgb(204,134,90); }

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

background-color css

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

 a { background-color: rgb(204,134,90); }

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

border-color css

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

 span { border-color: rgb(204,134,90); }

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