Html Css Color HEX #CA7D66 Burning Sand

📋 copy color: '#CA7D66'

red 202 ◦ green 125 ◦ blue 102

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

Shades of Burning Sand #CA7D66

Tints of Burning Sand #CA7D66

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

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

R = 47.09%
G = 29.14%
B = 23.78%

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

#CA7D66 (or 0xCA7D66) is known color: Burning Sand. HEX triplet: CA, 7D and 66. RGB value is (202,125,102). Sum of RGB (Red+Green+Blue) = 202+125+102=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D66 is #358299. Grayscale: #919191. Windows color (decimal): -3506842 or 6716874. OLE color: 6716874.

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

Color convert

RGB 202 125 102 -
CMYK 0 0.38 0.50 0.21
HSL 13.8º 0.49% 0.6% -
HSV(B) 13.8º 0.5% 0.79% -
XYZ 34.09 28.18 16.21 -
YUV 145.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 202 125 102 0 0.38 0.50 0.21 13.8 0.49 0.6
Hex CA 7D 66 0 26 32 15 E 31 3C
Octal 312 175 146 0 46 62 25 16 61 74
Binary 11001010 1111101 1100110 0 100110 110010 10101 1110 110001 111100

Color Harmonies of #CA7D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D66

Black with #CA7D66

Text Example


Text Example

White with #CA7D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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