Html Css Color HEX #CA7A61 Burning Sand

📋 copy color: '#CA7A61'

red 202 ◦ green 122 ◦ blue 97

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

Shades of Burning Sand #CA7A61

Tints of Burning Sand #CA7A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.98%

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

R = 47.98%
G = 28.98%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA7A61 (or 0xCA7A61) is known color: Burning Sand. HEX triplet: CA, 7A and 61. RGB value is (202,122,97). Sum of RGB (Red+Green+Blue) = 202+122+97=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A61 is #35859E. Grayscale: #8F8F8F. Windows color (decimal): -3507615 or 6388426. OLE color: 6388426.

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

Color convert

RGB 202 122 97 -
CMYK 0 0.40 0.52 0.21
HSL 14.29º 0.5% 0.59% -
HSV(B) 14.29º 0.52% 0.79% -
XYZ 33.47 27.34 14.82 -
YUV 143.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 202 122 97 0 0.40 0.52 0.21 14.29 0.5 0.59
Hex CA 7A 61 0 28 34 15 E 32 3B
Octal 312 172 141 0 50 64 25 16 62 73
Binary 11001010 1111010 1100001 0 101000 110100 10101 1110 110010 111011

Color Harmonies of #CA7A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A61

Black with #CA7A61

Text Example


Text Example

White with #CA7A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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