Html Css Color HEX #CF9470 Feldspar

📋 copy color: '#CF9470'

red 207 ◦ green 148 ◦ blue 112

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

Shades of Feldspar #CF9470

Tints of Feldspar #CF9470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.98%

R = 44.33%
G = 31.69%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF9470 (or 0xCF9470) is known color: Feldspar. HEX triplet: CF, 94 and 70. RGB value is (207,148,112). Sum of RGB (Red+Green+Blue) = 207+148+112=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9470 is #306B8F. Grayscale: #A1A1A1. Windows color (decimal): -3173264 or 7378127. OLE color: 7378127.

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

Color convert

RGB 207 148 112 -
CMYK 0 0.29 0.46 0.19
HSL 22.74º 0.5% 0.63% -
HSV(B) 22.74º 0.46% 0.81% -
XYZ 39.25 35.62 20.14 -
YUV 161.54 100.05 160.43 -
System Red Green Blue C M Y K H S L
Decimal 207 148 112 0 0.29 0.46 0.19 22.74 0.5 0.63
Hex CF 94 70 0 1D 2E 13 17 32 3F
Octal 317 224 160 0 35 56 23 27 62 77
Binary 11001111 10010100 1110000 0 11101 101110 10011 10111 110010 111111

Color Harmonies of #CF9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9470

Black with #CF9470

Text Example


Text Example

White with #CF9470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9470; }

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

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

background-color css

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

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

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

border-color css

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

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

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