#CC906D

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

Shades of Feldspar #CC906D

Tints of Feldspar #CC906D

Color information

#CC906D (or 0xCC906D) is unknown color: approx Feldspar. HEX triplet: CC, 90 and 6D. RGB value is (204,144,109). Sum of RGB (Red+Green+Blue) = 204+144+109=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC906D is #336F92. Grayscale: #9E9E9E. Windows color (decimal): -3370899 or 7180492. OLE color: 7180492.

HSL color Cylindrical-coordinate representation of color #CC906D: hue angle of 22.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC906D is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB204144109-
CMYK00.290.470.2
HSL22.11º48.22%61.37%-
HSV(B)22.11º46.57%80%-
XYZ37.6433.8919.03-
YUV157.95100.38160.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 144 (56.64% from 255) = 31.51%
BLUE value IS 109 (42.97% from 255) = 23.85%
R=44.64%
G=31.51%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414410900.290.470.222.1148.2261.37
HexCC906D01D2F1416303d
Octal3142201550355724266075
Binary110011001001000011011010111011011111010010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC906D; }

 p { color: rgb(204,144,109); }

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

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

 a { background-color: rgb(204,144,109); }

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

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

 span { border-color: rgb(204,144,109); }

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