Html Css Color HEX #CF997F Feldspar

📋 copy color: '#CF997F'

red 207 ◦ green 153 ◦ blue 127

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

Shades of Feldspar #CF997F

Tints of Feldspar #CF997F

RGB

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

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

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

R = 42.51%
G = 31.42%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF997F (or 0xCF997F) is known color: Feldspar. HEX triplet: CF, 99 and 7F. RGB value is (207,153,127). Sum of RGB (Red+Green+Blue) = 207+153+127=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF997F is #306680. Grayscale: #A6A6A6. Windows color (decimal): -3171969 or 8362447. OLE color: 8362447.

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

Color convert

RGB 207 153 127 -
CMYK 0 0.26 0.39 0.19
HSL 19.5º 0.45% 0.65% -
HSV(B) 19.5º 0.39% 0.81% -
XYZ 40.95 37.58 25.17 -
YUV 166.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 207 153 127 0 0.26 0.39 0.19 19.5 0.45 0.65
Hex CF 99 7F 0 1A 27 13 14 2D 41
Octal 317 231 177 0 32 47 23 24 55 101
Binary 11001111 10011001 1111111 0 11010 100111 10011 10100 101101 1000001

Color Harmonies of #CF997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF997F

Black with #CF997F

Text Example


Text Example

White with #CF997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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