Html Css Color HEX #CD947B Feldspar

📋 copy color: '#CD947B'

red 205 ◦ green 148 ◦ blue 123

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

Shades of Feldspar #CD947B

Tints of Feldspar #CD947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.84%

R = 43.07%
G = 31.09%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD947B (or 0xCD947B) is known color: Feldspar. HEX triplet: CD, 94 and 7B. RGB value is (205,148,123). Sum of RGB (Red+Green+Blue) = 205+148+123=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CD947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD947B is #326B84. Grayscale: #A2A2A2. Windows color (decimal): -3304325 or 8099021. OLE color: 8099021.

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

Color convert

RGB 205 148 123 -
CMYK 0 0.28 0.4 0.20
HSL 18.29º 0.45% 0.64% -
HSV(B) 18.29º 0.4% 0.8% -
XYZ 39.34 35.59 23.53 -
YUV 162.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 205 148 123 0 0.28 0.4 0.20 18.29 0.45 0.64
Hex CD 94 7B 0 1C 28 14 12 2D 40
Octal 315 224 173 0 34 50 24 22 55 100
Binary 11001101 10010100 1111011 0 11100 101000 10100 10010 101101 1000000

Color Harmonies of #CD947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD947B

Black with #CD947B

Text Example


Text Example

White with #CD947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD947B; }

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

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

background-color css

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

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

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

border-color css

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

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

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