Html Css Color HEX #CC836F Burning Sand

📋 copy color: '#CC836F'

red 204 ◦ green 131 ◦ blue 111

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

Shades of Burning Sand #CC836F

Tints of Burning Sand #CC836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.37%

 BLUE value IS 111 (43.75% from 255) = 24.89%

R = 45.74%
G = 29.37%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC836F (or 0xCC836F) is known color: Burning Sand. HEX triplet: CC, 83 and 6F. RGB value is (204,131,111). Sum of RGB (Red+Green+Blue) = 204+131+111=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC836F is #337C90. Grayscale: #969696. Windows color (decimal): -3374225 or 7308236. OLE color: 7308236.

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

Color convert

RGB 204 131 111 -
CMYK 0 0.36 0.46 0.2
HSL 12.9º 0.48% 0.62% -
HSV(B) 12.9º 0.46% 0.8% -
XYZ 35.89 30.22 18.98 -
YUV 150.55 105.68 166.13 -
System Red Green Blue C M Y K H S L
Decimal 204 131 111 0 0.36 0.46 0.2 12.9 0.48 0.62
Hex CC 83 6F 0 24 2E 14 D 30 3E
Octal 314 203 157 0 44 56 24 15 60 76
Binary 11001100 10000011 1101111 0 100100 101110 10100 1101 110000 111110

Color Harmonies of #CC836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC836F

Black with #CC836F

Text Example


Text Example

White with #CC836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC836F; }

 p { color: rgb(204,131,111); }

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

background-color css

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

 a { background-color: rgb(204,131,111); }

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

border-color css

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

 span { border-color: rgb(204,131,111); }

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