#CDCFA3

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

Shades of Orinoco #CDCFA3

Tints of Orinoco #CDCFA3

Color information

#CDCFA3 (or 0xCDCFA3) is unknown color: approx Orinoco. HEX triplet: CD, CF and A3. RGB value is (205,207,163). Sum of RGB (Red+Green+Blue) = 205+207+163=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 163 (64.06% from 255 or 28.35% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCFA3 is #32305C. Grayscale: #C9C9C9. Windows color (decimal): -3289181 or 10735565. OLE color: 10735565.

HSL color Cylindrical-coordinate representation of color #CDCFA3: hue angle of 62.73º 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 #CDCFA3 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB205207163-
CMYK0.0100.210.19
HSL62.73º31.43%72.55%-
HSV(B)62.73º21.26%81.18%-
XYZ54.160.2543.43-
YUV201.39106.34130.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 163 (64.06% from 255) = 28.35%
R=35.65%
G=36%
B=28.35%

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
Decimal2052071630.0100.210.1962.7331.4372.55
HexCDCFA31015133f1f49
Octal3153172431025237737111
Binary110011011100111110100011101010110011111111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCFA3; }

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

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

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

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

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

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

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

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