Html Css Color HEX #CA835B Burning Sand

📋 copy color: '#CA835B'

red 202 ◦ green 131 ◦ blue 91

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

Shades of Burning Sand #CA835B

Tints of Burning Sand #CA835B

RGB

 RED value IS 202 (79.3% from 255) = 47.64%

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

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

R = 47.64%
G = 30.9%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA835B (or 0xCA835B) is known color: Burning Sand. HEX triplet: CA, 83 and 5B. RGB value is (202,131,91). Sum of RGB (Red+Green+Blue) = 202+131+91=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA835B is #357CA4. Grayscale: #939393. Windows color (decimal): -3505317 or 5997514. OLE color: 5997514.

HSL color Cylindrical-coordinate representation of color #CA835B: hue angle of 21.62º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA835B is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 131 91 -
CMYK 0 0.35 0.55 0.21
HSL 21.62º 0.51% 0.57% -
HSV(B) 21.62º 0.55% 0.79% -
XYZ 34.36 29.54 13.79 -
YUV 147.67 96.02 166.75 -
System Red Green Blue C M Y K H S L
Decimal 202 131 91 0 0.35 0.55 0.21 21.62 0.51 0.57
Hex CA 83 5B 0 23 37 15 16 33 39
Octal 312 203 133 0 43 67 25 26 63 71
Binary 11001010 10000011 1011011 0 100011 110111 10101 10110 110011 111001

Color Harmonies of #CA835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA835B

Black with #CA835B

Text Example


Text Example

White with #CA835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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