Html Css Color HEX #CF9481 Feldspar

📋 copy color: '#CF9481'

red 207 ◦ green 148 ◦ blue 129

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

Shades of Feldspar #CF9481

Tints of Feldspar #CF9481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.58%

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

R = 42.77%
G = 30.58%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF9481 (or 0xCF9481) is known color: Feldspar. HEX triplet: CF, 94 and 81. RGB value is (207,148,129). Sum of RGB (Red+Green+Blue) = 207+148+129=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9481 is #306B7E. Grayscale: #A3A3A3. Windows color (decimal): -3173247 or 8492239. OLE color: 8492239.

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

Color convert

RGB 207 148 129 -
CMYK 0 0.29 0.38 0.19
HSL 14.62º 0.45% 0.66% -
HSV(B) 14.62º 0.38% 0.81% -
XYZ 40.28 36.03 25.6 -
YUV 163.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 207 148 129 0 0.29 0.38 0.19 14.62 0.45 0.66
Hex CF 94 81 0 1D 26 13 F 2D 42
Octal 317 224 201 0 35 46 23 17 55 102
Binary 11001111 10010100 10000001 0 11101 100110 10011 1111 101101 1000010

Color Harmonies of #CF9481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9481

Black with #CF9481

Text Example


Text Example

White with #CF9481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9481; }

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

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

background-color css

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

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

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

border-color css

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

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

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