#CC8B6A

Color #CC8B6A Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #CC8B6A

Tints of Burning Sand #CC8B6A

Color information

#CC8B6A (or 0xCC8B6A) is unknown color: approx Burning Sand. HEX triplet: CC, 8B and 6A. RGB value is (204,139,106). Sum of RGB (Red+Green+Blue) = 204+139+106=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B6A is #337495. Grayscale: #9A9A9A. Windows color (decimal): -3372182 or 6982604. OLE color: 6982604.

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

Color convert

RGB204139106-
CMYK00.320.480.2
HSL20.2º49%60.78%-
HSV(B)20.2º48.04%80%-
XYZ36.7432.3417.94-
YUV154.67100.53163.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 139 (54.69% from 255) = 30.96%
BLUE value IS 106 (41.80% from 255) = 23.61%
R=45.43%
G=30.96%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413910600.320.480.220.24960.78
HexCC8B6A020301414313d
Octal3142131520406024246175
Binary1100110010001011110101001000001100001010010100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B6A; }

 p { color: rgb(204,139,106); }

 H1.HeaderClassName
 {
   color: #CC8B6A;
 }
 .AnyTagClassName
 {
   color: #CC8B6A;
 }
</style>
background-color css

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

 a { background-color: rgb(204,139,106); }

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

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

 span { border-color: rgb(204,139,106); }

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