Html Css Color HEX #CA836A Burning Sand

📋 copy color: '#CA836A'

red 202 ◦ green 131 ◦ blue 106

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

Shades of Burning Sand #CA836A

Tints of Burning Sand #CA836A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.15%

R = 46.01%
G = 29.84%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA836A (or 0xCA836A) is known color: Burning Sand. HEX triplet: CA, 83 and 6A. RGB value is (202,131,106). Sum of RGB (Red+Green+Blue) = 202+131+106=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA836A is #357C95. Grayscale: #959595. Windows color (decimal): -3505302 or 6980554. OLE color: 6980554.

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

Color convert

RGB 202 131 106 -
CMYK 0 0.35 0.48 0.21
HSL 15.63º 0.48% 0.6% -
HSV(B) 15.63º 0.48% 0.79% -
XYZ 35.07 29.83 17.54 -
YUV 149.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 202 131 106 0 0.35 0.48 0.21 15.63 0.48 0.6
Hex CA 83 6A 0 23 30 15 10 30 3C
Octal 312 203 152 0 43 60 25 20 60 74
Binary 11001010 10000011 1101010 0 100011 110000 10101 10000 110000 111100

Color Harmonies of #CA836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA836A

Black with #CA836A

Text Example


Text Example

White with #CA836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA836A; }

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

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

background-color css

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

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

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

border-color css

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

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

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