Html Css Color HEX #CA875F Burning Sand

📋 copy color: '#CA875F'

red 202 ◦ green 135 ◦ blue 95

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

Shades of Burning Sand #CA875F

Tints of Burning Sand #CA875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.25%

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

R = 46.76%
G = 31.25%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA875F (or 0xCA875F) is known color: Burning Sand. HEX triplet: CA, 87 and 5F. RGB value is (202,135,95). Sum of RGB (Red+Green+Blue) = 202+135+95=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA875F is #3578A0. Grayscale: #969696. Windows color (decimal): -3504289 or 6260682. OLE color: 6260682.

HSL color Cylindrical-coordinate representation of color #CA875F: hue angle of 22.43º 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 #CA875F is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 135 95 -
CMYK 0 0.33 0.53 0.21
HSL 22.43º 0.5% 0.58% -
HSV(B) 22.43º 0.53% 0.79% -
XYZ 35.09 30.71 14.9 -
YUV 150.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 202 135 95 0 0.33 0.53 0.21 22.43 0.5 0.58
Hex CA 87 5F 0 21 35 15 16 32 3A
Octal 312 207 137 0 41 65 25 26 62 72
Binary 11001010 10000111 1011111 0 100001 110101 10101 10110 110010 111010

Color Harmonies of #CA875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA875F

Black with #CA875F

Text Example


Text Example

White with #CA875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA875F; }

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

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

background-color css

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

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

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

border-color css

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

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

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