Html Css Color HEX #CF9581 Feldspar

📋 copy color: '#CF9581'

red 207 ◦ green 149 ◦ blue 129

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

Shades of Feldspar #CF9581

Tints of Feldspar #CF9581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.72%

 BLUE value IS 129 (50.78% from 255) = 26.6%

R = 42.68%
G = 30.72%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF9581 (or 0xCF9581) is known color: Feldspar. HEX triplet: CF, 95 and 81. RGB value is (207,149,129). Sum of RGB (Red+Green+Blue) = 207+149+129=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9581 is #306A7E. Grayscale: #A4A4A4. Windows color (decimal): -3172991 or 8492495. OLE color: 8492495.

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

Color convert

RGB 207 149 129 -
CMYK 0 0.28 0.38 0.19
HSL 15.38º 0.45% 0.66% -
HSV(B) 15.38º 0.38% 0.81% -
XYZ 40.44 36.35 25.65 -
YUV 164.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 207 149 129 0 0.28 0.38 0.19 15.38 0.45 0.66
Hex CF 95 81 0 1C 26 13 F 2D 42
Octal 317 225 201 0 34 46 23 17 55 102
Binary 11001111 10010101 10000001 0 11100 100110 10011 1111 101101 1000010

Color Harmonies of #CF9581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9581

Black with #CF9581

Text Example


Text Example

White with #CF9581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9581; }

 p { color: rgb(207,149,129); }

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

background-color css

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

 a { background-color: rgb(207,149,129); }

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

border-color css

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

 span { border-color: rgb(207,149,129); }

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