Html Css Color HEX #CA815B Burning Sand

📋 copy color: '#CA815B'

red 202 ◦ green 129 ◦ blue 91

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

Shades of Burning Sand #CA815B

Tints of Burning Sand #CA815B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.56%

R = 47.87%
G = 30.57%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA815B (or 0xCA815B) is known color: Burning Sand. HEX triplet: CA, 81 and 5B. RGB value is (202,129,91). Sum of RGB (Red+Green+Blue) = 202+129+91=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA815B is #357EA4. Grayscale: #929292. Windows color (decimal): -3505829 or 5997002. OLE color: 5997002.

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

Color convert

RGB 202 129 91 -
CMYK 0 0.36 0.55 0.21
HSL 20.54º 0.51% 0.57% -
HSV(B) 20.54º 0.55% 0.79% -
XYZ 34.1 29.01 13.7 -
YUV 146.5 96.68 167.59 -
System Red Green Blue C M Y K H S L
Decimal 202 129 91 0 0.36 0.55 0.21 20.54 0.51 0.57
Hex CA 81 5B 0 24 37 15 15 33 39
Octal 312 201 133 0 44 67 25 25 63 71
Binary 11001010 10000001 1011011 0 100100 110111 10101 10101 110011 111001

Color Harmonies of #CA815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA815B

Black with #CA815B

Text Example


Text Example

White with #CA815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA815B; }

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

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

background-color css

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

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

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

border-color css

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

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

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