#CFD6B3

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

Shades of Orinoco #CFD6B3

Tints of Orinoco #CFD6B3

Color information

#CFD6B3 (or 0xCFD6B3) is unknown color: approx Orinoco. HEX triplet: CF, D6 and B3. RGB value is (207,214,179). Sum of RGB (Red+Green+Blue) = 207+214+179=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6B3 is #30294C. Grayscale: #D0D0D0. Windows color (decimal): -3156301 or 11785935. OLE color: 11785935.

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

Color convert

RGB207214179-
CMYK0.0300.160.16
HSL72º29.91%77.06%-
HSV(B)72º16.36%83.92%-
XYZ57.9264.6152.07-
YUV207.92111.68127.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 214 (83.98% from 255) = 35.67%
BLUE value IS 179 (70.31% from 255) = 29.83%
R=34.5%
G=35.67%
B=29.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072141790.0300.160.167229.9177.06
HexCFD6B3301010481e4d
Octal31732626330202011036115
Binary11001111110101101011001111010000100001001000111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6B3; }

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

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

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

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

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

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

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

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