#CFD1B1

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

Shades of Orinoco #CFD1B1

Tints of Orinoco #CFD1B1

Color information

#CFD1B1 (or 0xCFD1B1) is unknown color: approx Orinoco. HEX triplet: CF, D1 and B1. RGB value is (207,209,177). Sum of RGB (Red+Green+Blue) = 207+209+177=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD1B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD1B1 is #302E4E. Grayscale: #CCCCCC. Windows color (decimal): -3157583 or 11653583. OLE color: 11653583.

HSL color Cylindrical-coordinate representation of color #CFD1B1: hue angle of 63.75º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFD1B1 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB207209177-
CMYK0.0100.150.18
HSL63.75º25.81%75.69%-
HSV(B)63.75º15.31%81.96%-
XYZ56.4762.0450.59-
YUV204.75112.34129.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 209 (82.03% from 255) = 35.24%
BLUE value IS 177 (69.53% from 255) = 29.85%
R=34.91%
G=35.24%
B=29.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072091770.0100.150.1863.7525.8175.69
HexCFD1B110F12401a4c
Octal31732126110172210032114
Binary110011111101000110110001101111100101000000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD1B1; }

 p { color: rgb(207,209,177); }

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

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

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

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

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

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

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