#CC936D

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

Shades of Feldspar #CC936D

Tints of Feldspar #CC936D

Color information

#CC936D (or 0xCC936D) is unknown color: approx Feldspar. HEX triplet: CC, 93 and 6D. RGB value is (204,147,109). Sum of RGB (Red+Green+Blue) = 204+147+109=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC936D is #336C92. Grayscale: #9F9F9F. Windows color (decimal): -3370131 or 7181260. OLE color: 7181260.

HSL color Cylindrical-coordinate representation of color #CC936D: hue angle of 24º 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 #CC936D is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB204147109-
CMYK00.280.470.2
HSL24º48.22%61.37%-
HSV(B)24º46.57%80%-
XYZ38.134.8119.18-
YUV159.7199.38159.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=44.35%
G=31.96%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414710900.280.470.22448.2261.37
HexCC936D01C2F1418303d
Octal3142231550345724306075
Binary110011001001001111011010111001011111010011000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC936D; }

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

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

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

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

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

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

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

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