#CCCEB8

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

Shades of Orinoco #CCCEB8

Tints of Orinoco #CCCEB8

Color information

#CCCEB8 (or 0xCCCEB8) is unknown color: approx Orinoco. HEX triplet: CC, CE and B8. RGB value is (204,206,184). Sum of RGB (Red+Green+Blue) = 204+206+184=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEB8 is #333147. Grayscale: #CACACA. Windows color (decimal): -3354952 or 12111564. OLE color: 12111564.

HSL color Cylindrical-coordinate representation of color #CCCEB8: hue angle of 65.45º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCEB8 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB204206184-
CMYK0.0100.110.19
HSL65.45º18.33%76.47%-
HSV(B)65.45º10.68%80.78%-
XYZ55.6260.4454.08-
YUV202.89117.34128.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 184 (72.27% from 255) = 30.98%
R=34.34%
G=34.68%
B=30.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042061840.0100.110.1965.4518.3376.47
HexCCCEB810B1341124c
Octal31431627010132310122114
Binary110011001100111010111000101011100111000001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEB8; }

 p { color: rgb(204,206,184); }

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

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

 a { background-color: rgb(204,206,184); }

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

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

 span { border-color: rgb(204,206,184); }

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