#CFD4AF

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

Shades of Orinoco #CFD4AF

Tints of Orinoco #CFD4AF

Color information

#CFD4AF (or 0xCFD4AF) is unknown color: approx Orinoco. HEX triplet: CF, D4 and AF. RGB value is (207,212,175). Sum of RGB (Red+Green+Blue) = 207+212+175=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD4AF is #302B50. Grayscale: #CECECE. Windows color (decimal): -3156817 or 11523279. OLE color: 11523279.

HSL color Cylindrical-coordinate representation of color #CFD4AF: hue angle of 68.11º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFD4AF is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB207212175-
CMYK0.0200.170.17
HSL68.11º30.08%75.88%-
HSV(B)68.11º17.45%83.14%-
XYZ57.0163.4549.8-
YUV206.29110.34128.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 212 (83.20% from 255) = 35.69%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=34.85%
G=35.69%
B=29.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072121750.0200.170.1768.1130.0875.88
HexCFD4AF201111441e4c
Octal31732425720212110436114
Binary11001111110101001010111110010001100011000100111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD4AF; }

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

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

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

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

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

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

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

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