Html Css Color HEX #CA865F Burning Sand

📋 copy color: '#CA865F'

red 202 ◦ green 134 ◦ blue 95

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

Shades of Burning Sand #CA865F

Tints of Burning Sand #CA865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 46.87%
G = 31.09%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA865F (or 0xCA865F) is known color: Burning Sand. HEX triplet: CA, 86 and 5F. RGB value is (202,134,95). Sum of RGB (Red+Green+Blue) = 202+134+95=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA865F is #3579A0. Grayscale: #969696. Windows color (decimal): -3504545 or 6260426. OLE color: 6260426.

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

Color convert

RGB 202 134 95 -
CMYK 0 0.34 0.53 0.21
HSL 21.87º 0.5% 0.58% -
HSV(B) 21.87º 0.53% 0.79% -
XYZ 34.95 30.43 14.86 -
YUV 149.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 202 134 95 0 0.34 0.53 0.21 21.87 0.5 0.58
Hex CA 86 5F 0 22 35 15 16 32 3A
Octal 312 206 137 0 42 65 25 26 62 72
Binary 11001010 10000110 1011111 0 100010 110101 10101 10110 110010 111010

Color Harmonies of #CA865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA865F

Black with #CA865F

Text Example


Text Example

White with #CA865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA865F; }

 p { color: rgb(202,134,95); }

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

background-color css

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

 a { background-color: rgb(202,134,95); }

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

border-color css

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

 span { border-color: rgb(202,134,95); }

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