Html Css Color HEX #CA835C Burning Sand

📋 copy color: '#CA835C'

red 202 ◦ green 131 ◦ blue 92

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

Shades of Burning Sand #CA835C

Tints of Burning Sand #CA835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.65%

R = 47.53%
G = 30.82%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA835C (or 0xCA835C) is known color: Burning Sand. HEX triplet: CA, 83 and 5C. RGB value is (202,131,92). Sum of RGB (Red+Green+Blue) = 202+131+92=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA835C is #357CA3. Grayscale: #949494. Windows color (decimal): -3505316 or 6063050. OLE color: 6063050.

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

Color convert

RGB 202 131 92 -
CMYK 0 0.35 0.54 0.21
HSL 21.27º 0.51% 0.58% -
HSV(B) 21.27º 0.54% 0.79% -
XYZ 34.41 29.56 14.02 -
YUV 147.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 202 131 92 0 0.35 0.54 0.21 21.27 0.51 0.58
Hex CA 83 5C 0 23 36 15 15 33 3A
Octal 312 203 134 0 43 66 25 25 63 72
Binary 11001010 10000011 1011100 0 100011 110110 10101 10101 110011 111010

Color Harmonies of #CA835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA835C

Black with #CA835C

Text Example


Text Example

White with #CA835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA835C; }

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

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

background-color css

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

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

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

border-color css

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

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

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