Html Css Color HEX #C9C88F Deco

📋 copy color: '#C9C88F'

red 201 ◦ green 200 ◦ blue 143

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

Shades of Deco #C9C88F

Tints of Deco #C9C88F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.76%

 BLUE value IS 143 (56.25% from 255) = 26.29%

R = 36.95%
G = 36.76%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9C88F (or 0xC9C88F) is known color: Deco. HEX triplet: C9, C8 and 8F. RGB value is (201,200,143). Sum of RGB (Red+Green+Blue) = 201+200+143=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C88F is #363770. Grayscale: #C2C2C2. Windows color (decimal): -3553137 or 9423049. OLE color: 9423049.

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

Color convert

RGB 201 200 143 -
CMYK 0 0.00 0.29 0.21
HSL 58.97º 0.35% 0.67% -
HSV(B) 58.97º 0.29% 0.79% -
XYZ 49.7 55.71 34.12 -
YUV 193.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 201 200 143 0 0.00 0.29 0.21 58.97 0.35 0.67
Hex C9 C8 8F 0 0 1D 15 3B 23 43
Octal 311 310 217 0 0 35 25 73 43 103
Binary 11001001 11001000 10001111 0 0 11101 10101 111011 100011 1000011

Color Harmonies of #C9C88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C88F

Black with #C9C88F

Text Example


Text Example

White with #C9C88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C88F; }

 p { color: rgb(201,200,143); }

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

background-color css

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

 a { background-color: rgb(201,200,143); }

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

border-color css

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

 span { border-color: rgb(201,200,143); }

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