Html Css Color HEX #CF997B Feldspar

📋 copy color: '#CF997B'

red 207 ◦ green 153 ◦ blue 123

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

Shades of Feldspar #CF997B

Tints of Feldspar #CF997B

RGB

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

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

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

R = 42.86%
G = 31.68%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF997B (or 0xCF997B) is known color: Feldspar. HEX triplet: CF, 99 and 7B. RGB value is (207,153,123). Sum of RGB (Red+Green+Blue) = 207+153+123=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF997B is #306684. Grayscale: #A5A5A5. Windows color (decimal): -3171973 or 8100303. OLE color: 8100303.

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

Color convert

RGB 207 153 123 -
CMYK 0 0.26 0.41 0.19
HSL 21.43º 0.47% 0.65% -
HSV(B) 21.43º 0.41% 0.81% -
XYZ 40.7 37.48 23.83 -
YUV 165.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 207 153 123 0 0.26 0.41 0.19 21.43 0.47 0.65
Hex CF 99 7B 0 1A 29 13 15 2F 41
Octal 317 231 173 0 32 51 23 25 57 101
Binary 11001111 10011001 1111011 0 11010 101001 10011 10101 101111 1000001

Color Harmonies of #CF997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF997B

Black with #CF997B

Text Example


Text Example

White with #CF997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF997B; }

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

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

background-color css

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

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

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

border-color css

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

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

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