Html Css Color HEX #CF9272 Feldspar

📋 copy color: '#CF9272'

red 207 ◦ green 146 ◦ blue 114

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

Shades of Feldspar #CF9272

Tints of Feldspar #CF9272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.26%

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 44.33%
G = 31.26%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF9272 (or 0xCF9272) is known color: Feldspar. HEX triplet: CF, 92 and 72. RGB value is (207,146,114). Sum of RGB (Red+Green+Blue) = 207+146+114=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9272 is #306D8D. Grayscale: #A0A0A0. Windows color (decimal): -3173774 or 7508687. OLE color: 7508687.

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

Color convert

RGB 207 146 114 -
CMYK 0 0.29 0.45 0.19
HSL 20.65º 0.49% 0.63% -
HSV(B) 20.65º 0.45% 0.81% -
XYZ 39.05 35.04 20.62 -
YUV 160.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 207 146 114 0 0.29 0.45 0.19 20.65 0.49 0.63
Hex CF 92 72 0 1D 2D 13 15 31 3F
Octal 317 222 162 0 35 55 23 25 61 77
Binary 11001111 10010010 1110010 0 11101 101101 10011 10101 110001 111111

Color Harmonies of #CF9272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9272

Black with #CF9272

Text Example


Text Example

White with #CF9272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9272; }

 p { color: rgb(207,146,114); }

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

background-color css

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

 a { background-color: rgb(207,146,114); }

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

border-color css

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

 span { border-color: rgb(207,146,114); }

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