#CFD8A7

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

Shades of Orinoco #CFD8A7

Tints of Orinoco #CFD8A7

Color information

#CFD8A7 (or 0xCFD8A7) is unknown color: approx Orinoco. HEX triplet: CF, D8 and A7. RGB value is (207,216,167). Sum of RGB (Red+Green+Blue) = 207+216+167=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 167 (65.62% from 255 or 28.31% from 590); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD8A7 is #302758. Grayscale: #CFCFCF. Windows color (decimal): -3155801 or 11000015. OLE color: 11000015.

HSL color Cylindrical-coordinate representation of color #CFD8A7: hue angle of 71.02º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFD8A7 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB207216167-
CMYK0.0400.230.15
HSL71.02º38.58%75.1%-
HSV(B)71.02º22.69%84.71%-
XYZ57.2665.1746.12-
YUV207.72105.02127.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 216 (84.77% from 255) = 36.61%
BLUE value IS 167 (65.62% from 255) = 28.31%
R=35.08%
G=36.61%
B=28.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072161670.0400.230.1571.0238.5875.1
HexCFD8A74017F47274b
Octal31733024740271710747113
Binary110011111101100010100111100010111111110001111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD8A7; }

 p { color: rgb(207,216,167); }

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

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

 a { background-color: rgb(207,216,167); }

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

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

 span { border-color: rgb(207,216,167); }

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