Html Css Color HEX #CC8B6A Burning Sand

📋 copy color: '#CC8B6A'

red 204 ◦ green 139 ◦ blue 106

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

Shades of Burning Sand #CC8B6A

Tints of Burning Sand #CC8B6A

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.8% from 255) = 23.61%

R = 45.43%
G = 30.96%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC8B6A (or 0xCC8B6A) is known color: 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

RGB 204 139 106 -
CMYK 0 0.32 0.48 0.2
HSL 20.2º 0.49% 0.61% -
HSV(B) 20.2º 0.48% 0.8% -
XYZ 36.74 32.34 17.94 -
YUV 154.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 204 139 106 0 0.32 0.48 0.2 20.2 0.49 0.61
Hex CC 8B 6A 0 20 30 14 14 31 3D
Octal 314 213 152 0 40 60 24 24 61 75
Binary 11001100 10001011 1101010 0 100000 110000 10100 10100 110001 111101

Color Harmonies of #CC8B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B6A

Black with #CC8B6A

Text Example


Text Example

White with #CC8B6A

Text Example


Text Example

HTML Codes & Css Web 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>