Html Css Color HEX #CA8262 Burning Sand

📋 copy color: '#CA8262'

red 202 ◦ green 130 ◦ blue 98

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

Shades of Burning Sand #CA8262

Tints of Burning Sand #CA8262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.79%

R = 46.98%
G = 30.23%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA8262 (or 0xCA8262) is known color: Burning Sand. HEX triplet: CA, 82 and 62. RGB value is (202,130,98). Sum of RGB (Red+Green+Blue) = 202+130+98=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8262 is #357D9D. Grayscale: #949494. Windows color (decimal): -3505566 or 6456010. OLE color: 6456010.

HSL color Cylindrical-coordinate representation of color #CA8262: hue angle of 18.46º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA8262 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 130 98 -
CMYK 0 0.36 0.51 0.21
HSL 18.46º 0.5% 0.59% -
HSV(B) 18.46º 0.51% 0.79% -
XYZ 34.54 29.4 15.41 -
YUV 147.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 202 130 98 0 0.36 0.51 0.21 18.46 0.5 0.59
Hex CA 82 62 0 24 33 15 12 32 3B
Octal 312 202 142 0 44 63 25 22 62 73
Binary 11001010 10000010 1100010 0 100100 110011 10101 10010 110010 111011

Color Harmonies of #CA8262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8262

Black with #CA8262

Text Example


Text Example

White with #CA8262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8262; }

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

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

background-color css

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

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

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

border-color css

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

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

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