#CFCEAE

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

Shades of Orinoco #CFCEAE

Tints of Orinoco #CFCEAE

Color information

#CFCEAE (or 0xCFCEAE) is unknown color: approx Orinoco. HEX triplet: CF, CE and AE. RGB value is (207,206,174). Sum of RGB (Red+Green+Blue) = 207+206+174=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEAE is #303151. Grayscale: #CACACA. Windows color (decimal): -3158354 or 11456207. OLE color: 11456207.

HSL color Cylindrical-coordinate representation of color #CFCEAE: hue angle of 58.18º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCEAE is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB207206174-
CMYK00.000.160.19
HSL58.18º25.58%74.71%-
HSV(B)58.18º15.94%81.18%-
XYZ55.4460.4648.79-
YUV202.65111.83131.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=35.26%
G=35.09%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720617400.000.160.1958.1825.5874.71
HexCFCEAE0010133a1a4b
Octal3173162560020237232113
Binary110011111100111010101110001000010011111010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEAE; }

 p { color: rgb(207,206,174); }

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

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

 a { background-color: rgb(207,206,174); }

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

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

 span { border-color: rgb(207,206,174); }

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