Html Css Color HEX #CA876F Burning Sand

📋 copy color: '#CA876F'

red 202 ◦ green 135 ◦ blue 111

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

Shades of Burning Sand #CA876F

Tints of Burning Sand #CA876F

RGB

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

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

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

R = 45.09%
G = 30.13%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA876F (or 0xCA876F) is known color: Burning Sand. HEX triplet: CA, 87 and 6F. RGB value is (202,135,111). Sum of RGB (Red+Green+Blue) = 202+135+111=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA876F is #357890. Grayscale: #989898. Windows color (decimal): -3504273 or 7309258. OLE color: 7309258.

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

Color convert

RGB 202 135 111 -
CMYK 0 0.33 0.45 0.21
HSL 15.82º 0.46% 0.61% -
HSV(B) 15.82º 0.45% 0.79% -
XYZ 35.89 31.03 19.14 -
YUV 152.3 104.7 163.45 -
System Red Green Blue C M Y K H S L
Decimal 202 135 111 0 0.33 0.45 0.21 15.82 0.46 0.61
Hex CA 87 6F 0 21 2D 15 10 2E 3D
Octal 312 207 157 0 41 55 25 20 56 75
Binary 11001010 10000111 1101111 0 100001 101101 10101 10000 101110 111101

Color Harmonies of #CA876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA876F

Black with #CA876F

Text Example


Text Example

White with #CA876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA876F; }

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

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

background-color css

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

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

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

border-color css

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

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

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