Html Css Color HEX #CF977B Feldspar

📋 copy color: '#CF977B'

red 207 ◦ green 151 ◦ blue 123

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

Shades of Feldspar #CF977B

Tints of Feldspar #CF977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.39%

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

R = 43.04%
G = 31.39%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF977B (or 0xCF977B) is known color: Feldspar. HEX triplet: CF, 97 and 7B. RGB value is (207,151,123). Sum of RGB (Red+Green+Blue) = 207+151+123=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF977B is #306884. Grayscale: #A4A4A4. Windows color (decimal): -3172485 or 8099791. OLE color: 8099791.

HSL color Cylindrical-coordinate representation of color #CF977B: hue angle of 20º 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 #CF977B is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 151 123 -
CMYK 0 0.27 0.41 0.19
HSL 20º 0.47% 0.65% -
HSV(B) 20º 0.41% 0.81% -
XYZ 40.37 36.83 23.72 -
YUV 164.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 207 151 123 0 0.27 0.41 0.19 20 0.47 0.65
Hex CF 97 7B 0 1B 29 13 14 2F 41
Octal 317 227 173 0 33 51 23 24 57 101
Binary 11001111 10010111 1111011 0 11011 101001 10011 10100 101111 1000001

Color Harmonies of #CF977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF977B

Black with #CF977B

Text Example


Text Example

White with #CF977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF977B; }

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

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

background-color css

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

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

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

border-color css

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

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

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