Html Css Color HEX #CA815D Burning Sand

📋 copy color: '#CA815D'

red 202 ◦ green 129 ◦ blue 93

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

Shades of Burning Sand #CA815D

Tints of Burning Sand #CA815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.42%

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 47.64%
G = 30.42%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA815D (or 0xCA815D) is known color: Burning Sand. HEX triplet: CA, 81 and 5D. RGB value is (202,129,93). Sum of RGB (Red+Green+Blue) = 202+129+93=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA815D is #357EA2. Grayscale: #929292. Windows color (decimal): -3505827 or 6128074. OLE color: 6128074.

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

Color convert

RGB 202 129 93 -
CMYK 0 0.36 0.54 0.21
HSL 19.82º 0.51% 0.58% -
HSV(B) 19.82º 0.54% 0.79% -
XYZ 34.18 29.05 14.16 -
YUV 146.72 97.68 167.43 -
System Red Green Blue C M Y K H S L
Decimal 202 129 93 0 0.36 0.54 0.21 19.82 0.51 0.58
Hex CA 81 5D 0 24 36 15 14 33 3A
Octal 312 201 135 0 44 66 25 24 63 72
Binary 11001010 10000001 1011101 0 100100 110110 10101 10100 110011 111010

Color Harmonies of #CA815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA815D

Black with #CA815D

Text Example


Text Example

White with #CA815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA815D; }

 p { color: rgb(202,129,93); }

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

background-color css

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

 a { background-color: rgb(202,129,93); }

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

border-color css

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

 span { border-color: rgb(202,129,93); }

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