Html Css Color HEX #CA7E5B Burning Sand

📋 copy color: '#CA7E5B'

red 202 ◦ green 126 ◦ blue 91

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

Shades of Burning Sand #CA7E5B

Tints of Burning Sand #CA7E5B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

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

R = 48.21%
G = 30.07%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA7E5B (or 0xCA7E5B) is known color: Burning Sand. HEX triplet: CA, 7E and 5B. RGB value is (202,126,91). Sum of RGB (Red+Green+Blue) = 202+126+91=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E5B is #3581A4. Grayscale: #909090. Windows color (decimal): -3506597 or 5996234. OLE color: 5996234.

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

Color convert

RGB 202 126 91 -
CMYK 0 0.38 0.55 0.21
HSL 18.92º 0.51% 0.57% -
HSV(B) 18.92º 0.55% 0.79% -
XYZ 33.71 28.23 13.57 -
YUV 144.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 202 126 91 0 0.38 0.55 0.21 18.92 0.51 0.57
Hex CA 7E 5B 0 26 37 15 13 33 39
Octal 312 176 133 0 46 67 25 23 63 71
Binary 11001010 1111110 1011011 0 100110 110111 10101 10011 110011 111001

Color Harmonies of #CA7E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E5B

Black with #CA7E5B

Text Example


Text Example

White with #CA7E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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