#CDCFA4

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

Shades of Orinoco #CDCFA4

Tints of Orinoco #CDCFA4

Color information

#CDCFA4 (or 0xCDCFA4) is unknown color: approx Orinoco. HEX triplet: CD, CF and A4. RGB value is (205,207,164). Sum of RGB (Red+Green+Blue) = 205+207+164=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCFA4 is #32305B. Grayscale: #C9C9C9. Windows color (decimal): -3289180 or 10801101. OLE color: 10801101.

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

Color convert

RGB205207164-
CMYK0.0100.210.19
HSL62.79º30.94%72.75%-
HSV(B)62.79º20.77%81.18%-
XYZ54.1960.2943.9-
YUV201.5106.84130.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 207 (81.25% from 255) = 35.94%
BLUE value IS 164 (64.45% from 255) = 28.47%
R=35.59%
G=35.94%
B=28.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052071640.0100.210.1962.7930.9472.75
HexCDCFA41015133f1f49
Octal3153172441025237737111
Binary110011011100111110100100101010110011111111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCFA4; }

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

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

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

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

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

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

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

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