Html Css Color HEX #CA8268 Burning Sand

📋 copy color: '#CA8268'

red 202 ◦ green 130 ◦ blue 104

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

Shades of Burning Sand #CA8268

Tints of Burning Sand #CA8268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.82%

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

R = 46.33%
G = 29.82%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA8268 (or 0xCA8268) is known color: Burning Sand. HEX triplet: CA, 82 and 68. RGB value is (202,130,104). Sum of RGB (Red+Green+Blue) = 202+130+104=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8268 is #357D97. Grayscale: #949494. Windows color (decimal): -3505560 or 6849226. OLE color: 6849226.

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

Color convert

RGB 202 130 104 -
CMYK 0 0.36 0.49 0.21
HSL 15.92º 0.48% 0.6% -
HSV(B) 15.92º 0.49% 0.79% -
XYZ 34.84 29.52 16.96 -
YUV 148.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 202 130 104 0 0.36 0.49 0.21 15.92 0.48 0.6
Hex CA 82 68 0 24 31 15 10 30 3C
Octal 312 202 150 0 44 61 25 20 60 74
Binary 11001010 10000010 1101000 0 100100 110001 10101 10000 110000 111100

Color Harmonies of #CA8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8268

Black with #CA8268

Text Example


Text Example

White with #CA8268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8268; }

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

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

background-color css

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

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

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

border-color css

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

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

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