Html Css Color HEX #CC865F Burning Sand

📋 copy color: '#CC865F'

red 204 ◦ green 134 ◦ blue 95

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

Shades of Burning Sand #CC865F

Tints of Burning Sand #CC865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.94%

R = 47.11%
G = 30.95%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC865F (or 0xCC865F) is known color: Burning Sand. HEX triplet: CC, 86 and 5F. RGB value is (204,134,95). Sum of RGB (Red+Green+Blue) = 204+134+95=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC865F is #3379A0. Grayscale: #969696. Windows color (decimal): -3373473 or 6260428. OLE color: 6260428.

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

Color convert

RGB 204 134 95 -
CMYK 0 0.34 0.53 0.2
HSL 21.47º 0.52% 0.59% -
HSV(B) 21.47º 0.53% 0.8% -
XYZ 35.49 30.71 14.88 -
YUV 150.48 96.69 166.17 -
System Red Green Blue C M Y K H S L
Decimal 204 134 95 0 0.34 0.53 0.2 21.47 0.52 0.59
Hex CC 86 5F 0 22 35 14 15 34 3B
Octal 314 206 137 0 42 65 24 25 64 73
Binary 11001100 10000110 1011111 0 100010 110101 10100 10101 110100 111011

Color Harmonies of #CC865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC865F

Black with #CC865F

Text Example


Text Example

White with #CC865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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