#CCCFA3

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

Shades of Orinoco #CCCFA3

Tints of Orinoco #CCCFA3

Color information

#CCCFA3 (or 0xCCCFA3) is unknown color: approx Orinoco. HEX triplet: CC, CF and A3. RGB value is (204,207,163). Sum of RGB (Red+Green+Blue) = 204+207+163=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFA3 is #33305C. Grayscale: #C9C9C9. Windows color (decimal): -3354717 or 10735564. OLE color: 10735564.

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

Color convert

RGB204207163-
CMYK0.0100.210.19
HSL64.09º31.43%72.55%-
HSV(B)64.09º21.26%81.18%-
XYZ53.8360.1143.42-
YUV201.09106.51130.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 207 (81.25% from 255) = 36.06%
BLUE value IS 163 (64.06% from 255) = 28.40%
R=35.54%
G=36.06%
B=28.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071630.0100.210.1964.0931.4372.55
HexCCCFA3101513401f49
Octal31431724310252310037111
Binary1100110011001111101000111010101100111000000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFA3; }

 p { color: rgb(204,207,163); }

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

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

 a { background-color: rgb(204,207,163); }

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

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

 span { border-color: rgb(204,207,163); }

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