Html Css Color HEX #CA7C5E Burning Sand

📋 copy color: '#CA7C5E'

red 202 ◦ green 124 ◦ blue 94

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

Shades of Burning Sand #CA7C5E

Tints of Burning Sand #CA7C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.52%

 BLUE value IS 94 (37.11% from 255) = 22.38%

R = 48.1%
G = 29.52%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA7C5E (or 0xCA7C5E) is known color: Burning Sand. HEX triplet: CA, 7C and 5E. RGB value is (202,124,94). Sum of RGB (Red+Green+Blue) = 202+124+94=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C5E is #3583A1. Grayscale: #909090. Windows color (decimal): -3507106 or 6192330. OLE color: 6192330.

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

Color convert

RGB 202 124 94 -
CMYK 0 0.39 0.53 0.21
HSL 16.67º 0.5% 0.58% -
HSV(B) 16.67º 0.53% 0.79% -
XYZ 33.59 27.78 14.18 -
YUV 143.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 202 124 94 0 0.39 0.53 0.21 16.67 0.5 0.58
Hex CA 7C 5E 0 27 35 15 11 32 3A
Octal 312 174 136 0 47 65 25 21 62 72
Binary 11001010 1111100 1011110 0 100111 110101 10101 10001 110010 111010

Color Harmonies of #CA7C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7C5E

Black with #CA7C5E

Text Example


Text Example

White with #CA7C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7C5E; }

 p { color: rgb(202,124,94); }

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

background-color css

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

 a { background-color: rgb(202,124,94); }

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

border-color css

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

 span { border-color: rgb(202,124,94); }

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