#CFD1A1

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

Shades of Orinoco #CFD1A1

Tints of Orinoco #CFD1A1

Color information

#CFD1A1 (or 0xCFD1A1) is unknown color: approx Orinoco. HEX triplet: CF, D1 and A1. RGB value is (207,209,161). Sum of RGB (Red+Green+Blue) = 207+209+161=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD1A1 is #302E5E. Grayscale: #CBCBCB. Windows color (decimal): -3157599 or 10605007. OLE color: 10605007.

HSL color Cylindrical-coordinate representation of color #CFD1A1: hue angle of 62.5º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFD1A1 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB207209161-
CMYK0.0100.230.18
HSL62.5º34.29%72.55%-
HSV(B)62.5º22.97%81.96%-
XYZ54.9761.4442.68-
YUV202.93104.34130.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 209 (82.03% from 255) = 36.22%
BLUE value IS 161 (63.28% from 255) = 27.90%
R=35.88%
G=36.22%
B=27.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072091610.0100.230.1862.534.2972.55
HexCFD1A11017123e2249
Octal3173212411027227642111
Binary1100111111010001101000011010111100101111101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD1A1; }

 p { color: rgb(207,209,161); }

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

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

 a { background-color: rgb(207,209,161); }

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

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

 span { border-color: rgb(207,209,161); }

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