#CFDCAC

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

Shades of Orinoco #CFDCAC

Tints of Orinoco #CFDCAC

Color information

#CFDCAC (or 0xCFDCAC) is unknown color: approx Orinoco. HEX triplet: CF, DC and AC. RGB value is (207,220,172). Sum of RGB (Red+Green+Blue) = 207+220+172=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCAC is #302353. Grayscale: #D2D2D2. Windows color (decimal): -3154772 or 11328719. OLE color: 11328719.

HSL color Cylindrical-coordinate representation of color #CFDCAC: hue angle of 76.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFDCAC is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB207220172-
CMYK0.0600.220.14
HSL76.25º40.68%76.86%-
HSV(B)76.25º21.82%86.27%-
XYZ58.7767.4348.95-
YUV210.64106.19125.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 172 (67.58% from 255) = 28.71%
R=34.56%
G=36.73%
B=28.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201720.0600.220.1476.2540.6876.86
HexCFDCAC6016E4c294d
Octal31733425460261611451115
Binary110011111101110010101100110010110111010011001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCAC; }

 p { color: rgb(207,220,172); }

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

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

 a { background-color: rgb(207,220,172); }

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

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

 span { border-color: rgb(207,220,172); }

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