#CCD6A1

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

Shades of Orinoco #CCD6A1

Tints of Orinoco #CCD6A1

Color information

#CCD6A1 (or 0xCCD6A1) is unknown color: approx Orinoco. HEX triplet: CC, D6 and A1. RGB value is (204,214,161). Sum of RGB (Red+Green+Blue) = 204+214+161=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD6A1 is #33295E. Grayscale: #CDCDCD. Windows color (decimal): -3352927 or 10606284. OLE color: 10606284.

HSL color Cylindrical-coordinate representation of color #CCD6A1: hue angle of 71.32º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCD6A1 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB204214161-
CMYK0.0500.250.16
HSL71.32º39.26%73.53%-
HSV(B)71.32º24.77%83.92%-
XYZ55.3863.543.06-
YUV204.97103.19127.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 161 (63.28% from 255) = 27.81%
R=35.23%
G=36.96%
B=27.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141610.0500.250.1671.3239.2673.53
HexCCD6A150191047274a
Octal31432624150312010747112
Binary1100110011010110101000011010110011000010001111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6A1; }

 p { color: rgb(204,214,161); }

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

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

 a { background-color: rgb(204,214,161); }

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

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

 span { border-color: rgb(204,214,161); }

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