Html Css Color HEX #CF9377 Feldspar

📋 copy color: '#CF9377'

red 207 ◦ green 147 ◦ blue 119

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

Shades of Feldspar #CF9377

Tints of Feldspar #CF9377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.08%

 BLUE value IS 119 (46.88% from 255) = 25.16%

R = 43.76%
G = 31.08%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF9377 (or 0xCF9377) is known color: Feldspar. HEX triplet: CF, 93 and 77. RGB value is (207,147,119). Sum of RGB (Red+Green+Blue) = 207+147+119=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9377 is #306C88. Grayscale: #A1A1A1. Windows color (decimal): -3173513 or 7836623. OLE color: 7836623.

HSL color Cylindrical-coordinate representation of color #CF9377: hue angle of 19.09º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF9377 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 147 119 -
CMYK 0 0.29 0.43 0.19
HSL 19.09º 0.48% 0.64% -
HSV(B) 19.09º 0.43% 0.81% -
XYZ 39.5 35.46 22.22 -
YUV 161.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 207 147 119 0 0.29 0.43 0.19 19.09 0.48 0.64
Hex CF 93 77 0 1D 2B 13 13 30 40
Octal 317 223 167 0 35 53 23 23 60 100
Binary 11001111 10010011 1110111 0 11101 101011 10011 10011 110000 1000000

Color Harmonies of #CF9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9377

Black with #CF9377

Text Example


Text Example

White with #CF9377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9377; }

 p { color: rgb(207,147,119); }

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

background-color css

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

 a { background-color: rgb(207,147,119); }

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

border-color css

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

 span { border-color: rgb(207,147,119); }

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