Html Css Color HEX #CA7E68 Burning Sand

📋 copy color: '#CA7E68'

red 202 ◦ green 126 ◦ blue 104

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

Shades of Burning Sand #CA7E68

Tints of Burning Sand #CA7E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.07%

R = 46.76%
G = 29.17%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA7E68 (or 0xCA7E68) is known color: Burning Sand. HEX triplet: CA, 7E and 68. RGB value is (202,126,104). Sum of RGB (Red+Green+Blue) = 202+126+104=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E68 is #358197. Grayscale: #929292. Windows color (decimal): -3506584 or 6848202. OLE color: 6848202.

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

Color convert

RGB 202 126 104 -
CMYK 0 0.38 0.49 0.21
HSL 13.47º 0.48% 0.6% -
HSV(B) 13.47º 0.49% 0.79% -
XYZ 34.32 28.48 16.78 -
YUV 146.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 202 126 104 0 0.38 0.49 0.21 13.47 0.48 0.6
Hex CA 7E 68 0 26 31 15 D 30 3C
Octal 312 176 150 0 46 61 25 15 60 74
Binary 11001010 1111110 1101000 0 100110 110001 10101 1101 110000 111100

Color Harmonies of #CA7E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E68

Black with #CA7E68

Text Example


Text Example

White with #CA7E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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