#C0D07B

Color #C0D07B Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C0D07B

Tints of Deco #C0D07B

Color information

#C0D07B (or 0xC0D07B) is unknown color: approx Deco. HEX triplet: C0, D0 and 7B. RGB value is (192,208,123). Sum of RGB (Red+Green+Blue) = 192+208+123=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D07B is #3F2F84. Grayscale: #C1C1C1. Windows color (decimal): -4140933 or 8114368. OLE color: 8114368.

HSL color Cylindrical-coordinate representation of color #C0D07B: hue angle of 71.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0D07B is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB192208123-
CMYK0.0800.410.18
HSL71.29º47.49%64.9%-
HSV(B)71.29º40.87%81.57%-
XYZ47.8757.7527.36-
YUV193.5388.2126.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 208 (81.64% from 255) = 39.77%
BLUE value IS 123 (48.44% from 255) = 23.52%
R=36.71%
G=39.77%
B=23.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922081230.0800.410.1871.2947.4964.9
HexC0D07B802912472f41
Octal300320173100512210757101
Binary11000000110100001111011100001010011001010001111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D07B; }

 p { color: rgb(192,208,123); }

 H1.HeaderClassName
 {
   color: #C0D07B;
 }
 .AnyTagClassName
 {
   color: #C0D07B;
 }
</style>
background-color css

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

 a { background-color: rgb(192,208,123); }

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

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

 span { border-color: rgb(192,208,123); }

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