Html Css Color HEX #CF967D Feldspar

📋 copy color: '#CF967D'

red 207 ◦ green 150 ◦ blue 125

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

Shades of Feldspar #CF967D

Tints of Feldspar #CF967D

RGB

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

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

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

R = 42.95%
G = 31.12%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF967D (or 0xCF967D) is known color: Feldspar. HEX triplet: CF, 96 and 7D. RGB value is (207,150,125). Sum of RGB (Red+Green+Blue) = 207+150+125=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF967D is #306982. Grayscale: #A4A4A4. Windows color (decimal): -3172739 or 8230607. OLE color: 8230607.

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

Color convert

RGB 207 150 125 -
CMYK 0 0.28 0.40 0.19
HSL 18.29º 0.46% 0.65% -
HSV(B) 18.29º 0.4% 0.81% -
XYZ 40.34 36.56 24.33 -
YUV 164.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 207 150 125 0 0.28 0.40 0.19 18.29 0.46 0.65
Hex CF 96 7D 0 1C 28 13 12 2E 41
Octal 317 226 175 0 34 50 23 22 56 101
Binary 11001111 10010110 1111101 0 11100 101000 10011 10010 101110 1000001

Color Harmonies of #CF967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF967D

Black with #CF967D

Text Example


Text Example

White with #CF967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF967D; }

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

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

background-color css

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

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

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

border-color css

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

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

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