Html Css Color HEX #CD946D Feldspar

📋 copy color: '#CD946D'

red 205 ◦ green 148 ◦ blue 109

#CD946D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #CD946D

Tints of Feldspar #CD946D

RGB

 RED value IS 205 (80.47% from 255) = 44.37%

 GREEN value IS 148 (58.2% from 255) = 32.03%

 BLUE value IS 109 (42.97% from 255) = 23.59%

R = 44.37%
G = 32.03%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD946D (or 0xCD946D) is known color: Feldspar. HEX triplet: CD, 94 and 6D. RGB value is (205,148,109). Sum of RGB (Red+Green+Blue) = 205+148+109=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD946D is #326B92. Grayscale: #A0A0A0. Windows color (decimal): -3304339 or 7181517. OLE color: 7181517.

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

Color convert

RGB 205 148 109 -
CMYK 0 0.28 0.47 0.20
HSL 24.38º 0.49% 0.62% -
HSV(B) 24.38º 0.47% 0.8% -
XYZ 38.53 35.26 19.24 -
YUV 160.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 205 148 109 0 0.28 0.47 0.20 24.38 0.49 0.62
Hex CD 94 6D 0 1C 2F 14 18 31 3E
Octal 315 224 155 0 34 57 24 30 61 76
Binary 11001101 10010100 1101101 0 11100 101111 10100 11000 110001 111110

Color Harmonies of #CD946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD946D

Black with #CD946D

Text Example


Text Example

White with #CD946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD946D; }

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

 H1.HeaderClassName
 {
   color: #CD946D;
 }
 .AnyTagClassName
 {
   color: #CD946D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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