Html Css Color HEX #CF977D Feldspar

📋 copy color: '#CF977D'

red 207 ◦ green 151 ◦ blue 125

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

Shades of Feldspar #CF977D

Tints of Feldspar #CF977D

RGB

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

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

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

R = 42.86%
G = 31.26%
B = 25.88%

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

#CF977D (or 0xCF977D) is known color: Feldspar. HEX triplet: CF, 97 and 7D. RGB value is (207,151,125). Sum of RGB (Red+Green+Blue) = 207+151+125=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF977D is #306882. Grayscale: #A4A4A4. Windows color (decimal): -3172483 or 8230863. OLE color: 8230863.

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

Color convert

RGB 207 151 125 -
CMYK 0 0.27 0.40 0.19
HSL 19.02º 0.46% 0.65% -
HSV(B) 19.02º 0.4% 0.81% -
XYZ 40.5 36.88 24.39 -
YUV 164.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 207 151 125 0 0.27 0.40 0.19 19.02 0.46 0.65
Hex CF 97 7D 0 1B 28 13 13 2E 41
Octal 317 227 175 0 33 50 23 23 56 101
Binary 11001111 10010111 1111101 0 11011 101000 10011 10011 101110 1000001

Color Harmonies of #CF977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF977D

Black with #CF977D

Text Example


Text Example

White with #CF977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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