Html Css Color HEX #CC886B Burning Sand

📋 copy color: '#CC886B'

red 204 ◦ green 136 ◦ blue 107

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

Shades of Burning Sand #CC886B

Tints of Burning Sand #CC886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.43%

 BLUE value IS 107 (42.19% from 255) = 23.94%

R = 45.64%
G = 30.43%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC886B (or 0xCC886B) is known color: Burning Sand. HEX triplet: CC, 88 and 6B. RGB value is (204,136,107). Sum of RGB (Red+Green+Blue) = 204+136+107=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC886B is #337794. Grayscale: #999999. Windows color (decimal): -3372949 or 7047372. OLE color: 7047372.

HSL color Cylindrical-coordinate representation of color #CC886B: hue angle of 17.94º 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 #CC886B is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 136 107 -
CMYK 0 0.33 0.48 0.2
HSL 17.94º 0.49% 0.61% -
HSV(B) 17.94º 0.48% 0.8% -
XYZ 36.36 31.51 18.08 -
YUV 153.03 102.03 164.36 -
System Red Green Blue C M Y K H S L
Decimal 204 136 107 0 0.33 0.48 0.2 17.94 0.49 0.61
Hex CC 88 6B 0 21 30 14 12 31 3D
Octal 314 210 153 0 41 60 24 22 61 75
Binary 11001100 10001000 1101011 0 100001 110000 10100 10010 110001 111101

Color Harmonies of #CC886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC886B

Black with #CC886B

Text Example


Text Example

White with #CC886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC886B; }

 p { color: rgb(204,136,107); }

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

background-color css

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

 a { background-color: rgb(204,136,107); }

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

border-color css

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

 span { border-color: rgb(204,136,107); }

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