Html Css Color HEX #CF9677 Feldspar

📋 copy color: '#CF9677'

red 207 ◦ green 150 ◦ blue 119

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

Shades of Feldspar #CF9677

Tints of Feldspar #CF9677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.51%

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

R = 43.49%
G = 31.51%
B = 25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF9677 (or 0xCF9677) is known color: Feldspar. HEX triplet: CF, 96 and 77. RGB value is (207,150,119). Sum of RGB (Red+Green+Blue) = 207+150+119=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9677 is #306988. Grayscale: #A3A3A3. Windows color (decimal): -3172745 or 7837391. OLE color: 7837391.

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

Color convert

RGB 207 150 119 -
CMYK 0 0.28 0.43 0.19
HSL 21.14º 0.48% 0.64% -
HSV(B) 21.14º 0.43% 0.81% -
XYZ 39.97 36.41 22.37 -
YUV 163.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 207 150 119 0 0.28 0.43 0.19 21.14 0.48 0.64
Hex CF 96 77 0 1C 2B 13 15 30 40
Octal 317 226 167 0 34 53 23 25 60 100
Binary 11001111 10010110 1110111 0 11100 101011 10011 10101 110000 1000000

Color Harmonies of #CF9677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9677

Black with #CF9677

Text Example


Text Example

White with #CF9677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9677; }

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

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

background-color css

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

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

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

border-color css

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

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

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