Html Css Color HEX #CF997D Feldspar

📋 copy color: '#CF997D'

red 207 ◦ green 153 ◦ blue 125

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

Shades of Feldspar #CF997D

Tints of Feldspar #CF997D

RGB

 RED value IS 207 (81.25% from 255) = 42.68%

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

 BLUE value IS 125 (49.22% from 255) = 25.77%

R = 42.68%
G = 31.55%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF997D (or 0xCF997D) is known color: Feldspar. HEX triplet: CF, 99 and 7D. RGB value is (207,153,125). Sum of RGB (Red+Green+Blue) = 207+153+125=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF997D is #306682. Grayscale: #A6A6A6. Windows color (decimal): -3171971 or 8231375. OLE color: 8231375.

HSL color Cylindrical-coordinate representation of color #CF997D: hue angle of 20.49º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF997D is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 153 125 -
CMYK 0 0.26 0.40 0.19
HSL 20.49º 0.46% 0.65% -
HSV(B) 20.49º 0.4% 0.81% -
XYZ 40.83 37.53 24.49 -
YUV 165.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 207 153 125 0 0.26 0.40 0.19 20.49 0.46 0.65
Hex CF 99 7D 0 1A 28 13 14 2E 41
Octal 317 231 175 0 32 50 23 24 56 101
Binary 11001111 10011001 1111101 0 11010 101000 10011 10100 101110 1000001

Color Harmonies of #CF997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF997D

Black with #CF997D

Text Example


Text Example

White with #CF997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF997D; }

 p { color: rgb(207,153,125); }

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

background-color css

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

 a { background-color: rgb(207,153,125); }

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

border-color css

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

 span { border-color: rgb(207,153,125); }

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