#CD936D

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

Shades of Feldspar #CD936D

Tints of Feldspar #CD936D

Color information

#CD936D (or 0xCD936D) is unknown color: approx Feldspar. HEX triplet: CD, 93 and 6D. RGB value is (205,147,109). Sum of RGB (Red+Green+Blue) = 205+147+109=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD936D is #326C92. Grayscale: #A0A0A0. Windows color (decimal): -3304595 or 7181261. OLE color: 7181261.

HSL color Cylindrical-coordinate representation of color #CD936D: hue angle of 23.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD936D is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205147109-
CMYK00.280.470.20
HSL23.75º48.98%61.57%-
HSV(B)23.75º46.83%80.39%-
XYZ38.3734.9519.19-
YUV160.0199.22160.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=44.47%
G=31.89%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514710900.280.470.2023.7548.9861.57
HexCD936D01C2F1418313e
Octal3152231550345724306176
Binary110011011001001111011010111001011111010011000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD936D; }

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

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

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

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

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

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

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

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