#CFD2AF

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

Shades of Orinoco #CFD2AF

Tints of Orinoco #CFD2AF

Color information

#CFD2AF (or 0xCFD2AF) is unknown color: approx Orinoco. HEX triplet: CF, D2 and AF. RGB value is (207,210,175). Sum of RGB (Red+Green+Blue) = 207+210+175=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD2AF is #302D50. Grayscale: #CDCDCD. Windows color (decimal): -3157329 or 11522767. OLE color: 11522767.

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

Color convert

RGB207210175-
CMYK0.0100.170.18
HSL65.14º28%75.49%-
HSV(B)65.14º16.67%82.35%-
XYZ56.5262.4549.63-
YUV205.11111.01129.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.97%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=34.97%
G=35.47%
B=29.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072101750.0100.170.1865.142875.49
HexCFD2AF101112411c4b
Octal31732225710212210134113
Binary1100111111010010101011111010001100101000001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2AF; }

 p { color: rgb(207,210,175); }

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

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

 a { background-color: rgb(207,210,175); }

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

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

 span { border-color: rgb(207,210,175); }

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