Html Css Color HEX #CF967E Feldspar

📋 copy color: '#CF967E'

red 207 ◦ green 150 ◦ blue 126

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

Shades of Feldspar #CF967E

Tints of Feldspar #CF967E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.09%

R = 42.86%
G = 31.06%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF967E (or 0xCF967E) is known color: Feldspar. HEX triplet: CF, 96 and 7E. RGB value is (207,150,126). Sum of RGB (Red+Green+Blue) = 207+150+126=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF967E is #306981. Grayscale: #A4A4A4. Windows color (decimal): -3172738 or 8296143. OLE color: 8296143.

HSL color Cylindrical-coordinate representation of color #CF967E: hue angle of 17.78º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF967E is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 150 126 -
CMYK 0 0.28 0.39 0.19
HSL 17.78º 0.46% 0.65% -
HSV(B) 17.78º 0.39% 0.81% -
XYZ 40.4 36.58 24.67 -
YUV 164.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 207 150 126 0 0.28 0.39 0.19 17.78 0.46 0.65
Hex CF 96 7E 0 1C 27 13 12 2E 41
Octal 317 226 176 0 34 47 23 22 56 101
Binary 11001111 10010110 1111110 0 11100 100111 10011 10010 101110 1000001

Color Harmonies of #CF967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF967E

Black with #CF967E

Text Example


Text Example

White with #CF967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF967E; }

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

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

background-color css

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

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

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

border-color css

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

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

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