Html Css Color HEX #CA7F5B Burning Sand

📋 copy color: '#CA7F5B'

red 202 ◦ green 127 ◦ blue 91

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

Shades of Burning Sand #CA7F5B

Tints of Burning Sand #CA7F5B

RGB

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

 GREEN value IS 127 (50% from 255) = 30.24%

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

R = 48.1%
G = 30.24%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA7F5B (or 0xCA7F5B) is known color: Burning Sand. HEX triplet: CA, 7F and 5B. RGB value is (202,127,91). Sum of RGB (Red+Green+Blue) = 202+127+91=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F5B is #3580A4. Grayscale: #919191. Windows color (decimal): -3506341 or 5996490. OLE color: 5996490.

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

Color convert

RGB 202 127 91 -
CMYK 0 0.37 0.55 0.21
HSL 19.46º 0.51% 0.57% -
HSV(B) 19.46º 0.55% 0.79% -
XYZ 33.83 28.49 13.61 -
YUV 145.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 202 127 91 0 0.37 0.55 0.21 19.46 0.51 0.57
Hex CA 7F 5B 0 25 37 15 13 33 39
Octal 312 177 133 0 45 67 25 23 63 71
Binary 11001010 1111111 1011011 0 100101 110111 10101 10011 110011 111001

Color Harmonies of #CA7F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F5B

Black with #CA7F5B

Text Example


Text Example

White with #CA7F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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