#CCCDA3

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

Shades of Orinoco #CCCDA3

Tints of Orinoco #CCCDA3

Color information

#CCCDA3 (or 0xCCCDA3) is unknown color: approx Orinoco. HEX triplet: CC, CD and A3. RGB value is (204,205,163). Sum of RGB (Red+Green+Blue) = 204+205+163=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 163 (64.06% from 255 or 28.50% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDA3 is #33325C. Grayscale: #C8C8C8. Windows color (decimal): -3355229 or 10735052. OLE color: 10735052.

HSL color Cylindrical-coordinate representation of color #CCCDA3: hue angle of 61.43º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCDA3 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB204205163-
CMYK0.0000.200.20
HSL61.43º29.58%72.16%-
HSV(B)61.43º20.49%80.39%-
XYZ53.3459.1443.25-
YUV199.91107.17130.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 163 (64.06% from 255) = 28.50%
R=35.66%
G=35.84%
B=28.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051630.0000.200.2061.4329.5872.16
HexCCCDA30014143d1e48
Octal3143152430024247536110
Binary110011001100110110100011001010010100111101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDA3; }

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

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

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

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

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

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

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

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