Html Css Color HEX #CA7F5F Burning Sand

📋 copy color: '#CA7F5F'

red 202 ◦ green 127 ◦ blue 95

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

Shades of Burning Sand #CA7F5F

Tints of Burning Sand #CA7F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.41%

R = 47.64%
G = 29.95%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA7F5F (or 0xCA7F5F) is known color: Burning Sand. HEX triplet: CA, 7F and 5F. RGB value is (202,127,95). Sum of RGB (Red+Green+Blue) = 202+127+95=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F5F is #3580A0. Grayscale: #919191. Windows color (decimal): -3506337 or 6258634. OLE color: 6258634.

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

Color convert

RGB 202 127 95 -
CMYK 0 0.37 0.53 0.21
HSL 17.94º 0.5% 0.58% -
HSV(B) 17.94º 0.53% 0.79% -
XYZ 34.01 28.56 14.55 -
YUV 145.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 202 127 95 0 0.37 0.53 0.21 17.94 0.5 0.58
Hex CA 7F 5F 0 25 35 15 12 32 3A
Octal 312 177 137 0 45 65 25 22 62 72
Binary 11001010 1111111 1011111 0 100101 110101 10101 10010 110010 111010

Color Harmonies of #CA7F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F5F

Black with #CA7F5F

Text Example


Text Example

White with #CA7F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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