Html Css Color HEX #CA7F61 Burning Sand

📋 copy color: '#CA7F61'

red 202 ◦ green 127 ◦ blue 97

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

Shades of Burning Sand #CA7F61

Tints of Burning Sand #CA7F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.77%

R = 47.42%
G = 29.81%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA7F61 (or 0xCA7F61) is known color: Burning Sand. HEX triplet: CA, 7F and 61. RGB value is (202,127,97). Sum of RGB (Red+Green+Blue) = 202+127+97=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F61 is #35809E. Grayscale: #929292. Windows color (decimal): -3506335 or 6389706. OLE color: 6389706.

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

Color convert

RGB 202 127 97 -
CMYK 0 0.37 0.52 0.21
HSL 17.14º 0.5% 0.59% -
HSV(B) 17.14º 0.52% 0.79% -
XYZ 34.1 28.6 15.03 -
YUV 146.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 202 127 97 0 0.37 0.52 0.21 17.14 0.5 0.59
Hex CA 7F 61 0 25 34 15 11 32 3B
Octal 312 177 141 0 45 64 25 21 62 73
Binary 11001010 1111111 1100001 0 100101 110100 10101 10001 110010 111011

Color Harmonies of #CA7F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F61

Black with #CA7F61

Text Example


Text Example

White with #CA7F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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