Html Css Color HEX #CA7F64 Burning Sand

📋 copy color: '#CA7F64'

red 202 ◦ green 127 ◦ blue 100

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

Shades of Burning Sand #CA7F64

Tints of Burning Sand #CA7F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.31%

R = 47.09%
G = 29.6%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA7F64 (or 0xCA7F64) is known color: Burning Sand. HEX triplet: CA, 7F and 64. RGB value is (202,127,100). Sum of RGB (Red+Green+Blue) = 202+127+100=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F64 is #35809B. Grayscale: #929292. Windows color (decimal): -3506332 or 6586314. OLE color: 6586314.

HSL color Cylindrical-coordinate representation of color #CA7F64: hue angle of 15.88º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7F64 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 127 100 -
CMYK 0 0.37 0.50 0.21
HSL 15.88º 0.49% 0.59% -
HSV(B) 15.88º 0.5% 0.79% -
XYZ 34.25 28.66 15.78 -
YUV 146.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 202 127 100 0 0.37 0.50 0.21 15.88 0.49 0.59
Hex CA 7F 64 0 25 32 15 10 31 3B
Octal 312 177 144 0 45 62 25 20 61 73
Binary 11001010 1111111 1100100 0 100101 110010 10101 10000 110001 111011

Color Harmonies of #CA7F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F64

Black with #CA7F64

Text Example


Text Example

White with #CA7F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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