#CFD0A4

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

Shades of Orinoco #CFD0A4

Tints of Orinoco #CFD0A4

Color information

#CFD0A4 (or 0xCFD0A4) is unknown color: approx Orinoco. HEX triplet: CF, D0 and A4. RGB value is (207,208,164). Sum of RGB (Red+Green+Blue) = 207+208+164=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 164 (64.45% from 255 or 28.32% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD0A4 is #302F5B. Grayscale: #CACACA. Windows color (decimal): -3157852 or 10801359. OLE color: 10801359.

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

Color convert

RGB207208164-
CMYK0.0000.210.18
HSL61.36º31.88%72.94%-
HSV(B)61.36º21.15%81.57%-
XYZ54.9961.0644.01-
YUV202.68106.17131.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 208 (81.64% from 255) = 35.92%
BLUE value IS 164 (64.45% from 255) = 28.32%
R=35.75%
G=35.92%
B=28.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072081640.0000.210.1861.3631.8872.94
HexCFD0A40015123d2049
Octal3173202440025227540111
Binary1100111111010000101001000010101100101111011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0A4; }

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

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

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

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

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

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

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

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