Html Css Color HEX #CC835A Burning Sand

📋 copy color: '#CC835A'

red 204 ◦ green 131 ◦ blue 90

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

Shades of Burning Sand #CC835A

Tints of Burning Sand #CC835A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.18%

R = 48%
G = 30.82%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC835A (or 0xCC835A) is known color: Burning Sand. HEX triplet: CC, 83 and 5A. RGB value is (204,131,90). Sum of RGB (Red+Green+Blue) = 204+131+90=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC835A is #337CA5. Grayscale: #949494. Windows color (decimal): -3374246 or 5931980. OLE color: 5931980.

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

Color convert

RGB 204 131 90 -
CMYK 0 0.36 0.56 0.2
HSL 21.58º 0.53% 0.58% -
HSV(B) 21.58º 0.56% 0.8% -
XYZ 34.86 29.81 13.59 -
YUV 148.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 204 131 90 0 0.36 0.56 0.2 21.58 0.53 0.58
Hex CC 83 5A 0 24 38 14 16 35 3A
Octal 314 203 132 0 44 70 24 26 65 72
Binary 11001100 10000011 1011010 0 100100 111000 10100 10110 110101 111010

Color Harmonies of #CC835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC835A

Black with #CC835A

Text Example


Text Example

White with #CC835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC835A; }

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

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

background-color css

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

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

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

border-color css

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

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

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