Html Css Color HEX #CC896C Burning Sand

📋 copy color: '#CC896C'

red 204 ◦ green 137 ◦ blue 108

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

Shades of Burning Sand #CC896C

Tints of Burning Sand #CC896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.51%

 BLUE value IS 108 (42.58% from 255) = 24.05%

R = 45.43%
G = 30.51%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC896C (or 0xCC896C) is known color: Burning Sand. HEX triplet: CC, 89 and 6C. RGB value is (204,137,108). Sum of RGB (Red+Green+Blue) = 204+137+108=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC896C is #337693. Grayscale: #999999. Windows color (decimal): -3372692 or 7113164. OLE color: 7113164.

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

Color convert

RGB 204 137 108 -
CMYK 0 0.33 0.47 0.2
HSL 18.13º 0.48% 0.61% -
HSV(B) 18.13º 0.47% 0.8% -
XYZ 36.55 31.81 18.4 -
YUV 153.73 102.2 163.86 -
System Red Green Blue C M Y K H S L
Decimal 204 137 108 0 0.33 0.47 0.2 18.13 0.48 0.61
Hex CC 89 6C 0 21 2F 14 12 30 3D
Octal 314 211 154 0 41 57 24 22 60 75
Binary 11001100 10001001 1101100 0 100001 101111 10100 10010 110000 111101

Color Harmonies of #CC896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC896C

Black with #CC896C

Text Example


Text Example

White with #CC896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC896C; }

 p { color: rgb(204,137,108); }

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

background-color css

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

 a { background-color: rgb(204,137,108); }

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

border-color css

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

 span { border-color: rgb(204,137,108); }

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