Html Css Color HEX #CA896D Burning Sand

📋 copy color: '#CA896D'

red 202 ◦ green 137 ◦ blue 109

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

Shades of Burning Sand #CA896D

Tints of Burning Sand #CA896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.58%

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 45.09%
G = 30.58%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA896D (or 0xCA896D) is known color: Burning Sand. HEX triplet: CA, 89 and 6D. RGB value is (202,137,109). Sum of RGB (Red+Green+Blue) = 202+137+109=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA896D is #357692. Grayscale: #999999. Windows color (decimal): -3503763 or 7178698. OLE color: 7178698.

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

Color convert

RGB 202 137 109 -
CMYK 0 0.32 0.46 0.21
HSL 18.06º 0.47% 0.61% -
HSV(B) 18.06º 0.46% 0.79% -
XYZ 36.06 31.55 18.66 -
YUV 153.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 202 137 109 0 0.32 0.46 0.21 18.06 0.47 0.61
Hex CA 89 6D 0 20 2E 15 12 2F 3D
Octal 312 211 155 0 40 56 25 22 57 75
Binary 11001010 10001001 1101101 0 100000 101110 10101 10010 101111 111101

Color Harmonies of #CA896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA896D

Black with #CA896D

Text Example


Text Example

White with #CA896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA896D; }

 p { color: rgb(202,137,109); }

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

background-color css

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

 a { background-color: rgb(202,137,109); }

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

border-color css

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

 span { border-color: rgb(202,137,109); }

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