Html Css Color HEX #CC865C Burning Sand

📋 copy color: '#CC865C'

red 204 ◦ green 134 ◦ blue 92

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

Shades of Burning Sand #CC865C

Tints of Burning Sand #CC865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.4%

R = 47.44%
G = 31.16%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC865C (or 0xCC865C) is known color: Burning Sand. HEX triplet: CC, 86 and 5C. RGB value is (204,134,92). Sum of RGB (Red+Green+Blue) = 204+134+92=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC865C is #3379A3. Grayscale: #969696. Windows color (decimal): -3373476 or 6063820. OLE color: 6063820.

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

Color convert

RGB 204 134 92 -
CMYK 0 0.34 0.55 0.2
HSL 22.5º 0.52% 0.58% -
HSV(B) 22.5º 0.55% 0.8% -
XYZ 35.36 30.66 14.18 -
YUV 150.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 204 134 92 0 0.34 0.55 0.2 22.5 0.52 0.58
Hex CC 86 5C 0 22 37 14 16 34 3A
Octal 314 206 134 0 42 67 24 26 64 72
Binary 11001100 10000110 1011100 0 100010 110111 10100 10110 110100 111010

Color Harmonies of #CC865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC865C

Black with #CC865C

Text Example


Text Example

White with #CC865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC865C; }

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

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

background-color css

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

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

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

border-color css

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

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

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