Html Css Color HEX #CA996C Fallow

📋 copy color: '#CA996C'

red 202 ◦ green 153 ◦ blue 108

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

Shades of Fallow #CA996C

Tints of Fallow #CA996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.05%

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

R = 43.63%
G = 33.05%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA996C (or 0xCA996C) is known color: Fallow. HEX triplet: CA, 99 and 6C. RGB value is (202,153,108). Sum of RGB (Red+Green+Blue) = 202+153+108=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA996C is #356693. Grayscale: #A2A2A2. Windows color (decimal): -3499668 or 7117258. OLE color: 7117258.

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

Color convert

RGB 202 153 108 -
CMYK 0 0.24 0.47 0.21
HSL 28.72º 0.47% 0.61% -
HSV(B) 28.72º 0.47% 0.79% -
XYZ 38.46 36.42 19.19 -
YUV 162.52 97.23 156.16 -
System Red Green Blue C M Y K H S L
Decimal 202 153 108 0 0.24 0.47 0.21 28.72 0.47 0.61
Hex CA 99 6C 0 18 2F 15 1D 2F 3D
Octal 312 231 154 0 30 57 25 35 57 75
Binary 11001010 10011001 1101100 0 11000 101111 10101 11101 101111 111101

Color Harmonies of #CA996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA996C

Black with #CA996C

Text Example


Text Example

White with #CA996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA996C; }

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

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

background-color css

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

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

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

border-color css

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

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

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