Html Css Color HEX #C9CA8D Deco

📋 copy color: '#C9CA8D'

red 201 ◦ green 202 ◦ blue 141

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

Shades of Deco #C9CA8D

Tints of Deco #C9CA8D

RGB

 RED value IS 201 (78.91% from 255) = 36.95%

 GREEN value IS 202 (79.3% from 255) = 37.13%

 BLUE value IS 141 (55.47% from 255) = 25.92%

R = 36.95%
G = 37.13%
B = 25.92%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9CA8D (or 0xC9CA8D) is known color: Deco. HEX triplet: C9, CA and 8D. RGB value is (201,202,141). Sum of RGB (Red+Green+Blue) = 201+202+141=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CA8D is #363572. Grayscale: #C2C2C2. Windows color (decimal): -3552627 or 9292489. OLE color: 9292489.

HSL color Cylindrical-coordinate representation of color #C9CA8D: hue angle of 60.98º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9CA8D is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 202 141 -
CMYK 0.00 0 0.30 0.21
HSL 60.98º 0.37% 0.67% -
HSV(B) 60.98º 0.3% 0.79% -
XYZ 50.02 56.58 33.48 -
YUV 194.75 97.67 132.46 -
System Red Green Blue C M Y K H S L
Decimal 201 202 141 0.00 0 0.30 0.21 60.98 0.37 0.67
Hex C9 CA 8D 0 0 1E 15 3D 25 43
Octal 311 312 215 0 0 36 25 75 45 103
Binary 11001001 11001010 10001101 0 0 11110 10101 111101 100101 1000011

Color Harmonies of #C9CA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CA8D

Black with #C9CA8D

Text Example


Text Example

White with #C9CA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CA8D; }

 p { color: rgb(201,202,141); }

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

background-color css

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

 a { background-color: rgb(201,202,141); }

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

border-color css

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

 span { border-color: rgb(201,202,141); }

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