Html Css Color HEX #CF977C Feldspar

📋 copy color: '#CF977C'

red 207 ◦ green 151 ◦ blue 124

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

Shades of Feldspar #CF977C

Tints of Feldspar #CF977C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 42.95%
G = 31.33%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF977C (or 0xCF977C) is known color: Feldspar. HEX triplet: CF, 97 and 7C. RGB value is (207,151,124). Sum of RGB (Red+Green+Blue) = 207+151+124=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF977C is #306883. Grayscale: #A4A4A4. Windows color (decimal): -3172484 or 8165327. OLE color: 8165327.

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

Color convert

RGB 207 151 124 -
CMYK 0 0.27 0.40 0.19
HSL 19.52º 0.46% 0.65% -
HSV(B) 19.52º 0.4% 0.81% -
XYZ 40.44 36.85 24.05 -
YUV 164.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 207 151 124 0 0.27 0.40 0.19 19.52 0.46 0.65
Hex CF 97 7C 0 1B 28 13 14 2E 41
Octal 317 227 174 0 33 50 23 24 56 101
Binary 11001111 10010111 1111100 0 11011 101000 10011 10100 101110 1000001

Color Harmonies of #CF977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF977C

Black with #CF977C

Text Example


Text Example

White with #CF977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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