Html Css Color HEX #CA7E6D Burning Sand

📋 copy color: '#CA7E6D'

red 202 ◦ green 126 ◦ blue 109

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

Shades of Burning Sand #CA7E6D

Tints of Burning Sand #CA7E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.94%

R = 46.22%
G = 28.83%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA7E6D (or 0xCA7E6D) is known color: Burning Sand. HEX triplet: CA, 7E and 6D. RGB value is (202,126,109). Sum of RGB (Red+Green+Blue) = 202+126+109=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E6D is #358192. Grayscale: #929292. Windows color (decimal): -3506579 or 7175882. OLE color: 7175882.

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

Color convert

RGB 202 126 109 -
CMYK 0 0.38 0.46 0.21
HSL 10.97º 0.47% 0.61% -
HSV(B) 10.97º 0.46% 0.79% -
XYZ 34.58 28.58 18.16 -
YUV 146.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 202 126 109 0 0.38 0.46 0.21 10.97 0.47 0.61
Hex CA 7E 6D 0 26 2E 15 B 2F 3D
Octal 312 176 155 0 46 56 25 13 57 75
Binary 11001010 1111110 1101101 0 100110 101110 10101 1011 101111 111101

Color Harmonies of #CA7E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E6D

Black with #CA7E6D

Text Example


Text Example

White with #CA7E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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