Html Css Color HEX #CC836E Burning Sand

📋 copy color: '#CC836E'

red 204 ◦ green 131 ◦ blue 110

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

Shades of Burning Sand #CC836E

Tints of Burning Sand #CC836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.72%

R = 45.84%
G = 29.44%
B = 24.72%

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

#CC836E (or 0xCC836E) is known color: Burning Sand. HEX triplet: CC, 83 and 6E. RGB value is (204,131,110). Sum of RGB (Red+Green+Blue) = 204+131+110=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC836E is #337C91. Grayscale: #969696. Windows color (decimal): -3374226 or 7242700. OLE color: 7242700.

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

Color convert

RGB 204 131 110 -
CMYK 0 0.36 0.46 0.2
HSL 13.4º 0.48% 0.62% -
HSV(B) 13.4º 0.46% 0.8% -
XYZ 35.83 30.2 18.69 -
YUV 150.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 204 131 110 0 0.36 0.46 0.2 13.4 0.48 0.62
Hex CC 83 6E 0 24 2E 14 D 30 3E
Octal 314 203 156 0 44 56 24 15 60 76
Binary 11001100 10000011 1101110 0 100100 101110 10100 1101 110000 111110

Color Harmonies of #CC836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC836E

Black with #CC836E

Text Example


Text Example

White with #CC836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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