#CFD6A1

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

Shades of Orinoco #CFD6A1

Tints of Orinoco #CFD6A1

Color information

#CFD6A1 (or 0xCFD6A1) is unknown color: approx Orinoco. HEX triplet: CF, D6 and A1. RGB value is (207,214,161). Sum of RGB (Red+Green+Blue) = 207+214+161=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD6A1 is #30295E. Grayscale: #CECECE. Windows color (decimal): -3156319 or 10606287. OLE color: 10606287.

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

Color convert

RGB207214161-
CMYK0.0300.250.16
HSL67.92º39.26%73.53%-
HSV(B)67.92º24.77%83.92%-
XYZ56.2163.9343.1-
YUV205.86102.68128.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 214 (83.98% from 255) = 36.77%
BLUE value IS 161 (63.28% from 255) = 27.66%
R=35.57%
G=36.77%
B=27.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072141610.0300.250.1667.9239.2673.53
HexCFD6A130191044274a
Octal31732624130312010447112
Binary110011111101011010100001110110011000010001001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6A1; }

 p { color: rgb(207,214,161); }

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

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

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

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

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

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

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