Html Css Color HEX #CA836F Burning Sand

📋 copy color: '#CA836F'

red 202 ◦ green 131 ◦ blue 111

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

Shades of Burning Sand #CA836F

Tints of Burning Sand #CA836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25%

R = 45.5%
G = 29.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA836F (or 0xCA836F) is known color: Burning Sand. HEX triplet: CA, 83 and 6F. RGB value is (202,131,111). Sum of RGB (Red+Green+Blue) = 202+131+111=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA836F is #357C90. Grayscale: #969696. Windows color (decimal): -3505297 or 7308234. OLE color: 7308234.

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

Color convert

RGB 202 131 111 -
CMYK 0 0.35 0.45 0.21
HSL 13.19º 0.46% 0.61% -
HSV(B) 13.19º 0.45% 0.79% -
XYZ 35.34 29.94 18.95 -
YUV 149.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 202 131 111 0 0.35 0.45 0.21 13.19 0.46 0.61
Hex CA 83 6F 0 23 2D 15 D 2E 3D
Octal 312 203 157 0 43 55 25 15 56 75
Binary 11001010 10000011 1101111 0 100011 101101 10101 1101 101110 111101

Color Harmonies of #CA836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA836F

Black with #CA836F

Text Example


Text Example

White with #CA836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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