Html Css Color HEX #CA896C Burning Sand

📋 copy color: '#CA896C'

red 202 ◦ green 137 ◦ blue 108

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

Shades of Burning Sand #CA896C

Tints of Burning Sand #CA896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.16%

R = 45.19%
G = 30.65%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA896C (or 0xCA896C) is known color: Burning Sand. HEX triplet: CA, 89 and 6C. RGB value is (202,137,108). Sum of RGB (Red+Green+Blue) = 202+137+108=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA896C is #357693. Grayscale: #999999. Windows color (decimal): -3503764 or 7113162. OLE color: 7113162.

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

Color convert

RGB 202 137 108 -
CMYK 0 0.32 0.47 0.21
HSL 18.51º 0.47% 0.61% -
HSV(B) 18.51º 0.47% 0.79% -
XYZ 36.01 31.53 18.38 -
YUV 153.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 202 137 108 0 0.32 0.47 0.21 18.51 0.47 0.61
Hex CA 89 6C 0 20 2F 15 13 2F 3D
Octal 312 211 154 0 40 57 25 23 57 75
Binary 11001010 10001001 1101100 0 100000 101111 10101 10011 101111 111101

Color Harmonies of #CA896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA896C

Black with #CA896C

Text Example


Text Example

White with #CA896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA896C; }

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

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

background-color css

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

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

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

border-color css

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

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

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