#CFCFA7

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

Shades of Orinoco #CFCFA7

Tints of Orinoco #CFCFA7

Color information

#CFCFA7 (or 0xCFCFA7) is unknown color: approx Orinoco. HEX triplet: CF, CF and A7. RGB value is (207,207,167). Sum of RGB (Red+Green+Blue) = 207+207+167=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCFA7 is #303058. Grayscale: #CACACA. Windows color (decimal): -3158105 or 10997711. OLE color: 10997711.

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

Color convert

RGB207207167-
CMYK000.190.19
HSL60º29.41%73.33%-
HSV(B)60º19.32%81.18%-
XYZ55.0260.6845.37-
YUV202.44108131.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 167 (65.62% from 255) = 28.74%
R=35.63%
G=35.63%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207207167000.190.196029.4173.33
HexCFCFA70013133c1d49
Octal3173172470023237435111
Binary110011111100111110100111001001110011111100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFA7; }

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

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

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

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

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

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

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

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