#CFCFAD

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

Shades of Orinoco #CFCFAD

Tints of Orinoco #CFCFAD

Color information

#CFCFAD (or 0xCFCFAD) is unknown color: approx Orinoco. HEX triplet: CF, CF and AD. RGB value is (207,207,173). Sum of RGB (Red+Green+Blue) = 207+207+173=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCFAD is #303052. Grayscale: #CBCBCB. Windows color (decimal): -3158099 or 11390927. OLE color: 11390927.

HSL color Cylindrical-coordinate representation of color #CFCFAD: hue angle of 60º 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 #CFCFAD is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB207207173-
CMYK000.160.19
HSL60º26.15%74.51%-
HSV(B)60º16.43%81.18%-
XYZ55.5960.9148.36-
YUV203.12111130.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=35.26%
G=35.26%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207207173000.160.196026.1574.51
HexCFCFAD0010133c1a4b
Octal3173172550020237432113
Binary110011111100111110101101001000010011111100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFAD; }

 p { color: rgb(207,207,173); }

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

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

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

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

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

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

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