Html Css Color HEX #CA825D Burning Sand

📋 copy color: '#CA825D'

red 202 ◦ green 130 ◦ blue 93

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

Shades of Burning Sand #CA825D

Tints of Burning Sand #CA825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.88%

R = 47.53%
G = 30.59%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA825D (or 0xCA825D) is known color: Burning Sand. HEX triplet: CA, 82 and 5D. RGB value is (202,130,93). Sum of RGB (Red+Green+Blue) = 202+130+93=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA825D is #357DA2. Grayscale: #939393. Windows color (decimal): -3505571 or 6128330. OLE color: 6128330.

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

Color convert

RGB 202 130 93 -
CMYK 0 0.36 0.54 0.21
HSL 20.37º 0.51% 0.58% -
HSV(B) 20.37º 0.54% 0.79% -
XYZ 34.32 29.31 14.21 -
YUV 147.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 202 130 93 0 0.36 0.54 0.21 20.37 0.51 0.58
Hex CA 82 5D 0 24 36 15 14 33 3A
Octal 312 202 135 0 44 66 25 24 63 72
Binary 11001010 10000010 1011101 0 100100 110110 10101 10100 110011 111010

Color Harmonies of #CA825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA825D

Black with #CA825D

Text Example


Text Example

White with #CA825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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