#CFD0A3

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

Shades of Orinoco #CFD0A3

Tints of Orinoco #CFD0A3

Color information

#CFD0A3 (or 0xCFD0A3) is unknown color: approx Orinoco. HEX triplet: CF, D0 and A3. RGB value is (207,208,163). Sum of RGB (Red+Green+Blue) = 207+208+163=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 163 (64.06% from 255 or 28.20% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD0A3 is #302F5C. Grayscale: #CACACA. Windows color (decimal): -3157853 or 10735823. OLE color: 10735823.

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

Color convert

RGB207208163-
CMYK0.0000.220.18
HSL61.33º32.37%72.75%-
HSV(B)61.33º21.63%81.57%-
XYZ54.961.0243.54-
YUV202.57105.67131.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 208 (81.64% from 255) = 35.99%
BLUE value IS 163 (64.06% from 255) = 28.20%
R=35.81%
G=35.99%
B=28.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072081630.0000.220.1861.3332.3772.75
HexCFD0A30016123d2049
Octal3173202430026227540111
Binary1100111111010000101000110010110100101111011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0A3; }

 p { color: rgb(207,208,163); }

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

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

 a { background-color: rgb(207,208,163); }

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

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

 span { border-color: rgb(207,208,163); }

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