Html Css Color HEX #CA7E66 Burning Sand

📋 copy color: '#CA7E66'

red 202 ◦ green 126 ◦ blue 102

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

Shades of Burning Sand #CA7E66

Tints of Burning Sand #CA7E66

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.3%

 BLUE value IS 102 (40.23% from 255) = 23.72%

R = 46.98%
G = 29.3%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA7E66 (or 0xCA7E66) is known color: Burning Sand. HEX triplet: CA, 7E and 66. RGB value is (202,126,102). Sum of RGB (Red+Green+Blue) = 202+126+102=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E66 is #358199. Grayscale: #929292. Windows color (decimal): -3506586 or 6717130. OLE color: 6717130.

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

Color convert

RGB 202 126 102 -
CMYK 0 0.38 0.50 0.21
HSL 14.4º 0.49% 0.6% -
HSV(B) 14.4º 0.5% 0.79% -
XYZ 34.22 28.44 16.26 -
YUV 145.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 202 126 102 0 0.38 0.50 0.21 14.4 0.49 0.6
Hex CA 7E 66 0 26 32 15 E 31 3C
Octal 312 176 146 0 46 62 25 16 61 74
Binary 11001010 1111110 1100110 0 100110 110010 10101 1110 110001 111100

Color Harmonies of #CA7E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E66

Black with #CA7E66

Text Example


Text Example

White with #CA7E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E66; }

 p { color: rgb(202,126,102); }

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

background-color css

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

 a { background-color: rgb(202,126,102); }

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

border-color css

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

 span { border-color: rgb(202,126,102); }

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