Html Css Color HEX #CA996D Fallow

📋 copy color: '#CA996D'

red 202 ◦ green 153 ◦ blue 109

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

Shades of Fallow #CA996D

Tints of Fallow #CA996D

RGB

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

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

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

R = 43.53%
G = 32.97%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA996D (or 0xCA996D) is known color: Fallow. HEX triplet: CA, 99 and 6D. RGB value is (202,153,109). Sum of RGB (Red+Green+Blue) = 202+153+109=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA996D is #356692. Grayscale: #A2A2A2. Windows color (decimal): -3499667 or 7182794. OLE color: 7182794.

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

Color convert

RGB 202 153 109 -
CMYK 0 0.24 0.46 0.21
HSL 28.39º 0.47% 0.61% -
HSV(B) 28.39º 0.46% 0.79% -
XYZ 38.51 36.44 19.47 -
YUV 162.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 202 153 109 0 0.24 0.46 0.21 28.39 0.47 0.61
Hex CA 99 6D 0 18 2E 15 1C 2F 3D
Octal 312 231 155 0 30 56 25 34 57 75
Binary 11001010 10011001 1101101 0 11000 101110 10101 11100 101111 111101

Color Harmonies of #CA996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA996D

Black with #CA996D

Text Example


Text Example

White with #CA996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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