Html Css Color HEX #CC835B Burning Sand

📋 copy color: '#CC835B'

red 204 ◦ green 131 ◦ blue 91

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

Shades of Burning Sand #CC835B

Tints of Burning Sand #CC835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.36%

R = 47.89%
G = 30.75%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC835B (or 0xCC835B) is known color: Burning Sand. HEX triplet: CC, 83 and 5B. RGB value is (204,131,91). Sum of RGB (Red+Green+Blue) = 204+131+91=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC835B is #337CA4. Grayscale: #949494. Windows color (decimal): -3374245 or 5997516. OLE color: 5997516.

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

Color convert

RGB 204 131 91 -
CMYK 0 0.36 0.55 0.2
HSL 21.24º 0.53% 0.58% -
HSV(B) 21.24º 0.55% 0.8% -
XYZ 34.91 29.83 13.81 -
YUV 148.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 204 131 91 0 0.36 0.55 0.2 21.24 0.53 0.58
Hex CC 83 5B 0 24 37 14 15 35 3A
Octal 314 203 133 0 44 67 24 25 65 72
Binary 11001100 10000011 1011011 0 100100 110111 10100 10101 110101 111010

Color Harmonies of #CC835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC835B

Black with #CC835B

Text Example


Text Example

White with #CC835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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