Html Css Color HEX #CD987B Feldspar

📋 copy color: '#CD987B'

red 205 ◦ green 152 ◦ blue 123

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

Shades of Feldspar #CD987B

Tints of Feldspar #CD987B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.67%

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

R = 42.71%
G = 31.67%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD987B (or 0xCD987B) is known color: Feldspar. HEX triplet: CD, 98 and 7B. RGB value is (205,152,123). Sum of RGB (Red+Green+Blue) = 205+152+123=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CD987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD987B is #326784. Grayscale: #A4A4A4. Windows color (decimal): -3303301 or 8100045. OLE color: 8100045.

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

Color convert

RGB 205 152 123 -
CMYK 0 0.26 0.4 0.20
HSL 21.22º 0.45% 0.64% -
HSV(B) 21.22º 0.4% 0.8% -
XYZ 39.98 36.87 23.75 -
YUV 164.54 104.56 156.86 -
System Red Green Blue C M Y K H S L
Decimal 205 152 123 0 0.26 0.4 0.20 21.22 0.45 0.64
Hex CD 98 7B 0 1A 28 14 15 2D 40
Octal 315 230 173 0 32 50 24 25 55 100
Binary 11001101 10011000 1111011 0 11010 101000 10100 10101 101101 1000000

Color Harmonies of #CD987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD987B

Black with #CD987B

Text Example


Text Example

White with #CD987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD987B; }

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

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

background-color css

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

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

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

border-color css

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

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

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