#CFCEAC

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

Shades of Orinoco #CFCEAC

Tints of Orinoco #CFCEAC

Color information

#CFCEAC (or 0xCFCEAC) is unknown color: approx Orinoco. HEX triplet: CF, CE and AC. RGB value is (207,206,172). Sum of RGB (Red+Green+Blue) = 207+206+172=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEAC is #303153. Grayscale: #CACACA. Windows color (decimal): -3158356 or 11325135. OLE color: 11325135.

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

Color convert

RGB207206172-
CMYK00.000.170.19
HSL58.29º26.72%74.31%-
HSV(B)58.29º16.91%81.18%-
XYZ55.2560.3947.77-
YUV202.42110.83131.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=35.38%
G=35.21%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720617200.000.170.1958.2926.7274.31
HexCFCEAC0011133a1b4a
Octal3173162540021237233112
Binary110011111100111010101100001000110011111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEAC; }

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

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

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

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

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

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

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

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