#CFD5A6

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

Shades of Orinoco #CFD5A6

Tints of Orinoco #CFD5A6

Color information

#CFD5A6 (or 0xCFD5A6) is unknown color: approx Orinoco. HEX triplet: CF, D5 and A6. RGB value is (207,213,166). Sum of RGB (Red+Green+Blue) = 207+213+166=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD5A6 is #302A59. Grayscale: #CECECE. Windows color (decimal): -3156570 or 10933711. OLE color: 10933711.

HSL color Cylindrical-coordinate representation of color #CFD5A6: hue angle of 67.66º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFD5A6 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB207213166-
CMYK0.0300.220.16
HSL67.66º35.88%74.31%-
HSV(B)67.66º22.07%83.53%-
XYZ56.4163.6145.38-
YUV205.85105.51128.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 213 (83.59% from 255) = 36.35%
BLUE value IS 166 (65.23% from 255) = 28.33%
R=35.32%
G=36.35%
B=28.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131660.0300.220.1667.6635.8874.31
HexCFD5A630161044244a
Octal31732524630262010444112
Binary110011111101010110100110110101101000010001001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5A6; }

 p { color: rgb(207,213,166); }

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

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

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

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

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

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

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