Html Css Color HEX #CA7A62 Burning Sand

📋 copy color: '#CA7A62'

red 202 ◦ green 122 ◦ blue 98

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

Shades of Burning Sand #CA7A62

Tints of Burning Sand #CA7A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.22%

R = 47.87%
G = 28.91%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA7A62 (or 0xCA7A62) is known color: Burning Sand. HEX triplet: CA, 7A and 62. RGB value is (202,122,98). Sum of RGB (Red+Green+Blue) = 202+122+98=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A62 is #35859D. Grayscale: #8F8F8F. Windows color (decimal): -3507614 or 6453962. OLE color: 6453962.

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

Color convert

RGB 202 122 98 -
CMYK 0 0.40 0.51 0.21
HSL 13.85º 0.5% 0.59% -
HSV(B) 13.85º 0.51% 0.79% -
XYZ 33.52 27.36 15.07 -
YUV 143.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 202 122 98 0 0.40 0.51 0.21 13.85 0.5 0.59
Hex CA 7A 62 0 28 33 15 E 32 3B
Octal 312 172 142 0 50 63 25 16 62 73
Binary 11001010 1111010 1100010 0 101000 110011 10101 1110 110010 111011

Color Harmonies of #CA7A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A62

Black with #CA7A62

Text Example


Text Example

White with #CA7A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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