#CFD6AF

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

Shades of Orinoco #CFD6AF

Tints of Orinoco #CFD6AF

Color information

#CFD6AF (or 0xCFD6AF) is unknown color: approx Orinoco. HEX triplet: CF, D6 and AF. RGB value is (207,214,175). Sum of RGB (Red+Green+Blue) = 207+214+175=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD6AF is #302950. Grayscale: #CFCFCF. Windows color (decimal): -3156305 or 11523791. OLE color: 11523791.

HSL color Cylindrical-coordinate representation of color #CFD6AF: hue angle of 70.77º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFD6AF is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB207214175-
CMYK0.0300.180.16
HSL70.77º32.23%76.27%-
HSV(B)70.77º18.22%83.92%-
XYZ57.5264.4549.97-
YUV207.46109.68127.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 214 (83.98% from 255) = 35.91%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=34.73%
G=35.91%
B=29.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072141750.0300.180.1670.7732.2376.27
HexCFD6AF30121047204c
Octal31732625730222010740114
Binary110011111101011010101111110100101000010001111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6AF; }

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

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

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

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

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

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

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

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