Html Css Color HEX #CD997F Feldspar

📋 copy color: '#CD997F'

red 205 ◦ green 153 ◦ blue 127

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

Shades of Feldspar #CD997F

Tints of Feldspar #CD997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.55%

 BLUE value IS 127 (50% from 255) = 26.19%

R = 42.27%
G = 31.55%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD997F (or 0xCD997F) is known color: Feldspar. HEX triplet: CD, 99 and 7F. RGB value is (205,153,127). Sum of RGB (Red+Green+Blue) = 205+153+127=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD997F is #326680. Grayscale: #A5A5A5. Windows color (decimal): -3303041 or 8362445. OLE color: 8362445.

HSL color Cylindrical-coordinate representation of color #CD997F: hue angle of 20º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD997F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 153 127 -
CMYK 0 0.25 0.38 0.20
HSL 20º 0.44% 0.65% -
HSV(B) 20º 0.38% 0.8% -
XYZ 40.4 37.29 25.15 -
YUV 165.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 205 153 127 0 0.25 0.38 0.20 20 0.44 0.65
Hex CD 99 7F 0 19 26 14 14 2C 41
Octal 315 231 177 0 31 46 24 24 54 101
Binary 11001101 10011001 1111111 0 11001 100110 10100 10100 101100 1000001

Color Harmonies of #CD997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD997F

Black with #CD997F

Text Example


Text Example

White with #CD997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD997F; }

 p { color: rgb(205,153,127); }

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

background-color css

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

 a { background-color: rgb(205,153,127); }

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

border-color css

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

 span { border-color: rgb(205,153,127); }

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