Html Css Color HEX #CD997A Feldspar

📋 copy color: '#CD997A'

red 205 ◦ green 153 ◦ blue 122

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

Shades of Feldspar #CD997A

Tints of Feldspar #CD997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.42%

R = 42.71%
G = 31.88%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD997A (or 0xCD997A) is known color: Feldspar. HEX triplet: CD, 99 and 7A. RGB value is (205,153,122). Sum of RGB (Red+Green+Blue) = 205+153+122=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CD997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD997A is #326685. Grayscale: #A5A5A5. Windows color (decimal): -3303046 or 8034765. OLE color: 8034765.

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

Color convert

RGB 205 153 122 -
CMYK 0 0.25 0.40 0.20
HSL 22.41º 0.45% 0.64% -
HSV(B) 22.41º 0.4% 0.8% -
XYZ 40.08 37.17 23.47 -
YUV 165.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 205 153 122 0 0.25 0.40 0.20 22.41 0.45 0.64
Hex CD 99 7A 0 19 28 14 16 2D 40
Octal 315 231 172 0 31 50 24 26 55 100
Binary 11001101 10011001 1111010 0 11001 101000 10100 10110 101101 1000000

Color Harmonies of #CD997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD997A

Black with #CD997A

Text Example


Text Example

White with #CD997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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