Html Css Color HEX #CA8A6A Burning Sand

📋 copy color: '#CA8A6A'

red 202 ◦ green 138 ◦ blue 106

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

Shades of Burning Sand #CA8A6A

Tints of Burning Sand #CA8A6A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.94%

 BLUE value IS 106 (41.8% from 255) = 23.77%

R = 45.29%
G = 30.94%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA8A6A (or 0xCA8A6A) is known color: Burning Sand. HEX triplet: CA, 8A and 6A. RGB value is (202,138,106). Sum of RGB (Red+Green+Blue) = 202+138+106=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A6A is #357595. Grayscale: #999999. Windows color (decimal): -3503510 or 6982346. OLE color: 6982346.

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

Color convert

RGB 202 138 106 -
CMYK 0 0.32 0.48 0.21
HSL 20º 0.48% 0.6% -
HSV(B) 20º 0.48% 0.79% -
XYZ 36.05 31.77 17.87 -
YUV 153.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 202 138 106 0 0.32 0.48 0.21 20 0.48 0.6
Hex CA 8A 6A 0 20 30 15 14 30 3C
Octal 312 212 152 0 40 60 25 24 60 74
Binary 11001010 10001010 1101010 0 100000 110000 10101 10100 110000 111100

Color Harmonies of #CA8A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A6A

Black with #CA8A6A

Text Example


Text Example

White with #CA8A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A6A; }

 p { color: rgb(202,138,106); }

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

background-color css

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

 a { background-color: rgb(202,138,106); }

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

border-color css

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

 span { border-color: rgb(202,138,106); }

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