#CFD0A0

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

Shades of Orinoco #CFD0A0

Tints of Orinoco #CFD0A0

Color information

#CFD0A0 (or 0xCFD0A0) is unknown color: approx Orinoco. HEX triplet: CF, D0 and A0. RGB value is (207,208,160). Sum of RGB (Red+Green+Blue) = 207+208+160=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD0A0 is #302F5F. Grayscale: #CACACA. Windows color (decimal): -3157856 or 10539215. OLE color: 10539215.

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

Color convert

RGB207208160-
CMYK0.0000.230.18
HSL61.25º33.8%72.16%-
HSV(B)61.25º23.08%81.57%-
XYZ54.6360.9242.14-
YUV202.23104.17131.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 160 (62.89% from 255) = 27.83%
R=36%
G=36.17%
B=27.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072081600.0000.230.1861.2533.872.16
HexCFD0A00017123d2248
Octal3173202400027227542110
Binary1100111111010000101000000010111100101111011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0A0; }

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

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

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

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

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

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

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

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