#CFD3A0

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

Shades of Orinoco #CFD3A0

Tints of Orinoco #CFD3A0

Color information

#CFD3A0 (or 0xCFD3A0) is unknown color: approx Orinoco. HEX triplet: CF, D3 and A0. RGB value is (207,211,160). Sum of RGB (Red+Green+Blue) = 207+211+160=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD3A0 is #302C5F. Grayscale: #CCCCCC. Windows color (decimal): -3157088 or 10539983. OLE color: 10539983.

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

Color convert

RGB207211160-
CMYK0.0200.240.17
HSL64.71º36.69%72.75%-
HSV(B)64.71º24.17%82.75%-
XYZ55.3762.3942.38-
YUV203.99103.17130.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 211 (82.81% from 255) = 36.51%
BLUE value IS 160 (62.89% from 255) = 27.68%
R=35.81%
G=36.51%
B=27.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072111600.0200.240.1764.7136.6972.75
HexCFD3A0201811412549
Octal31732324020302110145111
Binary110011111101001110100000100110001000110000011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD3A0; }

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

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

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

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

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

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

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

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