#ccd8a7

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

Shades of Orinoco #CCD8A7

Tints of Orinoco #CCD8A7

Color information

#CCD8A7 (or 0xCCD8A7) is unknown color: approx Orinoco. HEX triplet: CC, D8 and A7. RGB value is (204,216,167). Sum of RGB (Red+Green+Blue) = 204+216+167=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 167 (65.62% from 255 or 28.45% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD8A7 is #332758. Grayscale: #CFCFCF. Windows color (decimal): -3352409 or 11000012. OLE color: 11000012.

HSL color Cylindrical-coordinate representation of color #CCD8A7: hue angle of 74.69º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCD8A7 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB204216167-
CMYK0.0600.230.15
HSL74.69º38.58%75.1%-
HSV(B)74.69º22.69%84.71%-
XYZ56.4364.7446.08-
YUV206.83105.52125.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 167 (65.62% from 255) = 28.45%
R=34.75%
G=36.80%
B=28.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042161670.0600.230.1574.6938.5875.1
HexCCD8A76017F4b274b
Octal31433024760271711347113
Binary110011001101100010100111110010111111110010111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccd8a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccd8a7; }

 p { color: rgb(204,216,167); }

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

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

 a { background-color: rgb(204,216,167); }

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

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

 span { border-color: rgb(204,216,167); }

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