#CDCFA5

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

Shades of Orinoco #CDCFA5

Tints of Orinoco #CDCFA5

Color information

#CDCFA5 (or 0xCDCFA5) is unknown color: approx Orinoco. HEX triplet: CD, CF and A5. RGB value is (205,207,165). Sum of RGB (Red+Green+Blue) = 205+207+165=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCFA5 is #32305A. Grayscale: #C9C9C9. Windows color (decimal): -3289179 or 10866637. OLE color: 10866637.

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

Color convert

RGB205207165-
CMYK0.0100.200.19
HSL62.86º30.43%72.94%-
HSV(B)62.86º20.29%81.18%-
XYZ54.2860.3244.38-
YUV201.61107.34130.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 165 (64.84% from 255) = 28.60%
R=35.53%
G=35.88%
B=28.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052071650.0100.200.1962.8630.4372.94
HexCDCFA51014133f1e49
Octal3153172451024237736111
Binary110011011100111110100101101010010011111111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCFA5; }

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

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

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

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

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

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

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

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