Html Css Color HEX #CA865A Burning Sand

📋 copy color: '#CA865A'

red 202 ◦ green 134 ◦ blue 90

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

Shades of Burning Sand #CA865A

Tints of Burning Sand #CA865A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.13%

R = 47.42%
G = 31.46%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA865A (or 0xCA865A) is known color: Burning Sand. HEX triplet: CA, 86 and 5A. RGB value is (202,134,90). Sum of RGB (Red+Green+Blue) = 202+134+90=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA865A is #3579A5. Grayscale: #959595. Windows color (decimal): -3504550 or 5932746. OLE color: 5932746.

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

Color convert

RGB 202 134 90 -
CMYK 0 0.34 0.55 0.21
HSL 23.57º 0.51% 0.57% -
HSV(B) 23.57º 0.55% 0.79% -
XYZ 34.73 30.34 13.7 -
YUV 149.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 202 134 90 0 0.34 0.55 0.21 23.57 0.51 0.57
Hex CA 86 5A 0 22 37 15 18 33 39
Octal 312 206 132 0 42 67 25 30 63 71
Binary 11001010 10000110 1011010 0 100010 110111 10101 11000 110011 111001

Color Harmonies of #CA865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA865A

Black with #CA865A

Text Example


Text Example

White with #CA865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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