#CC967A

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

Shades of Feldspar #CC967A

Tints of Feldspar #CC967A

Color information

#CC967A (or 0xCC967A) is unknown color: approx Feldspar. HEX triplet: CC, 96 and 7A. RGB value is (204,150,122). Sum of RGB (Red+Green+Blue) = 204+150+122=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC967A is #336985. Grayscale: #A3A3A3. Windows color (decimal): -3369350 or 8033996. OLE color: 8033996.

HSL color Cylindrical-coordinate representation of color #CC967A: hue angle of 20.49º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC967A is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204150122-
CMYK00.260.400.2
HSL20.49º44.57%63.92%-
HSV(B)20.49º40.2%80%-
XYZ39.3236.0623.3-
YUV162.95104.89157.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 150 (58.98% from 255) = 31.51%
BLUE value IS 122 (48.05% from 255) = 25.63%
R=42.86%
G=31.51%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415012200.260.400.220.4944.5763.92
HexCC967A01A2814142d40
Octal31422617203250242455100
Binary1100110010010110111101001101010100010100101001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC967A; }

 p { color: rgb(204,150,122); }

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

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

 a { background-color: rgb(204,150,122); }

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

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

 span { border-color: rgb(204,150,122); }

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