#CDCFB5

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

Shades of Orinoco #CDCFB5

Tints of Orinoco #CDCFB5

Color information

#CDCFB5 (or 0xCDCFB5) is unknown color: approx Orinoco. HEX triplet: CD, CF and B5. RGB value is (205,207,181). Sum of RGB (Red+Green+Blue) = 205+207+181=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCFB5 is #32304A. Grayscale: #CBCBCB. Windows color (decimal): -3289163 or 11915213. OLE color: 11915213.

HSL color Cylindrical-coordinate representation of color #CDCFB5: hue angle of 64.62º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDCFB5 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB205207181-
CMYK0.0100.130.19
HSL64.62º21.31%76.08%-
HSV(B)64.62º12.56%81.18%-
XYZ55.8360.9452.54-
YUV203.44115.34129.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 181 (71.09% from 255) = 30.52%
R=34.57%
G=34.91%
B=30.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052071810.0100.130.1964.6221.3176.08
HexCDCFB510D1341154c
Octal31531726510152310125114
Binary110011011100111110110101101101100111000001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCFB5; }

 p { color: rgb(205,207,181); }

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

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

 a { background-color: rgb(205,207,181); }

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

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

 span { border-color: rgb(205,207,181); }

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