Html Css Color HEX #CA7F5C Burning Sand

📋 copy color: '#CA7F5C'

red 202 ◦ green 127 ◦ blue 92

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

Shades of Burning Sand #CA7F5C

Tints of Burning Sand #CA7F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.85%

R = 47.98%
G = 30.17%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA7F5C (or 0xCA7F5C) is known color: Burning Sand. HEX triplet: CA, 7F and 5C. RGB value is (202,127,92). Sum of RGB (Red+Green+Blue) = 202+127+92=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F5C is #3580A3. Grayscale: #919191. Windows color (decimal): -3506340 or 6062026. OLE color: 6062026.

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

Color convert

RGB 202 127 92 -
CMYK 0 0.37 0.54 0.21
HSL 19.09º 0.51% 0.58% -
HSV(B) 19.09º 0.54% 0.79% -
XYZ 33.88 28.51 13.84 -
YUV 145.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 202 127 92 0 0.37 0.54 0.21 19.09 0.51 0.58
Hex CA 7F 5C 0 25 36 15 13 33 3A
Octal 312 177 134 0 45 66 25 23 63 72
Binary 11001010 1111111 1011100 0 100101 110110 10101 10011 110011 111010

Color Harmonies of #CA7F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F5C

Black with #CA7F5C

Text Example


Text Example

White with #CA7F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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