#CFD5B0

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

Shades of Orinoco #CFD5B0

Tints of Orinoco #CFD5B0

Color information

#CFD5B0 (or 0xCFD5B0) is unknown color: approx Orinoco. HEX triplet: CF, D5 and B0. RGB value is (207,213,176). Sum of RGB (Red+Green+Blue) = 207+213+176=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD5B0 is #302A4F. Grayscale: #CFCFCF. Windows color (decimal): -3156560 or 11589071. OLE color: 11589071.

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

Color convert

RGB207213176-
CMYK0.0300.170.16
HSL69.73º30.58%76.27%-
HSV(B)69.73º17.37%83.53%-
XYZ57.3663.9950.4-
YUV206.99110.51128.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 213 (83.59% from 255) = 35.74%
BLUE value IS 176 (69.14% from 255) = 29.53%
R=34.73%
G=35.74%
B=29.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131760.0300.170.1669.7330.5876.27
HexCFD5B0301110461f4c
Octal31732526030212010637114
Binary11001111110101011011000011010001100001000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5B0; }

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

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

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

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

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

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

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

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