Html Css Color HEX #CF967B Feldspar

📋 copy color: '#CF967B'

red 207 ◦ green 150 ◦ blue 123

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

Shades of Feldspar #CF967B

Tints of Feldspar #CF967B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.63%

R = 43.13%
G = 31.25%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF967B (or 0xCF967B) is known color: Feldspar. HEX triplet: CF, 96 and 7B. RGB value is (207,150,123). Sum of RGB (Red+Green+Blue) = 207+150+123=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF967B is #306984. Grayscale: #A4A4A4. Windows color (decimal): -3172741 or 8099535. OLE color: 8099535.

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

Color convert

RGB 207 150 123 -
CMYK 0 0.28 0.41 0.19
HSL 19.29º 0.47% 0.65% -
HSV(B) 19.29º 0.41% 0.81% -
XYZ 40.21 36.51 23.67 -
YUV 163.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 207 150 123 0 0.28 0.41 0.19 19.29 0.47 0.65
Hex CF 96 7B 0 1C 29 13 13 2F 41
Octal 317 226 173 0 34 51 23 23 57 101
Binary 11001111 10010110 1111011 0 11100 101001 10011 10011 101111 1000001

Color Harmonies of #CF967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF967B

Black with #CF967B

Text Example


Text Example

White with #CF967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF967B; }

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

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

background-color css

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

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

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

border-color css

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

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

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