Html Css Color HEX #CA7E69 Burning Sand

📋 copy color: '#CA7E69'

red 202 ◦ green 126 ◦ blue 105

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

Shades of Burning Sand #CA7E69

Tints of Burning Sand #CA7E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.25%

R = 46.65%
G = 29.1%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA7E69 (or 0xCA7E69) is known color: Burning Sand. HEX triplet: CA, 7E and 69. RGB value is (202,126,105). Sum of RGB (Red+Green+Blue) = 202+126+105=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E69 is #358196. Grayscale: #929292. Windows color (decimal): -3506583 or 6913738. OLE color: 6913738.

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

Color convert

RGB 202 126 105 -
CMYK 0 0.38 0.48 0.21
HSL 12.99º 0.48% 0.6% -
HSV(B) 12.99º 0.48% 0.79% -
XYZ 34.37 28.5 17.05 -
YUV 146.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 202 126 105 0 0.38 0.48 0.21 12.99 0.48 0.6
Hex CA 7E 69 0 26 30 15 D 30 3C
Octal 312 176 151 0 46 60 25 15 60 74
Binary 11001010 1111110 1101001 0 100110 110000 10101 1101 110000 111100

Color Harmonies of #CA7E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E69

Black with #CA7E69

Text Example


Text Example

White with #CA7E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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