Html Css Color HEX #CA896B Burning Sand

📋 copy color: '#CA896B'

red 202 ◦ green 137 ◦ blue 107

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

Shades of Burning Sand #CA896B

Tints of Burning Sand #CA896B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.99%

R = 45.29%
G = 30.72%
B = 23.99%

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

#CA896B (or 0xCA896B) is known color: Burning Sand. HEX triplet: CA, 89 and 6B. RGB value is (202,137,107). Sum of RGB (Red+Green+Blue) = 202+137+107=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA896B is #357694. Grayscale: #999999. Windows color (decimal): -3503765 or 7047626. OLE color: 7047626.

HSL color Cylindrical-coordinate representation of color #CA896B: hue angle of 18.95º 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 #CA896B is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 137 107 -
CMYK 0 0.32 0.47 0.21
HSL 18.95º 0.47% 0.61% -
HSV(B) 18.95º 0.47% 0.79% -
XYZ 35.96 31.51 18.1 -
YUV 153.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 202 137 107 0 0.32 0.47 0.21 18.95 0.47 0.61
Hex CA 89 6B 0 20 2F 15 13 2F 3D
Octal 312 211 153 0 40 57 25 23 57 75
Binary 11001010 10001001 1101011 0 100000 101111 10101 10011 101111 111101

Color Harmonies of #CA896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA896B

Black with #CA896B

Text Example


Text Example

White with #CA896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA896B; }

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

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

background-color css

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

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

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

border-color css

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

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

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