Html Css Color HEX #CF9370 Feldspar

📋 copy color: '#CF9370'

red 207 ◦ green 147 ◦ blue 112

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

Shades of Feldspar #CF9370

Tints of Feldspar #CF9370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.55%

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

R = 44.42%
G = 31.55%
B = 24.03%

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

#CF9370 (or 0xCF9370) is known color: Feldspar. HEX triplet: CF, 93 and 70. RGB value is (207,147,112). Sum of RGB (Red+Green+Blue) = 207+147+112=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9370 is #306C8F. Grayscale: #A1A1A1. Windows color (decimal): -3173520 or 7377871. OLE color: 7377871.

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

Color convert

RGB 207 147 112 -
CMYK 0 0.29 0.46 0.19
HSL 22.11º 0.5% 0.63% -
HSV(B) 22.11º 0.46% 0.81% -
XYZ 39.09 35.3 20.08 -
YUV 160.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 207 147 112 0 0.29 0.46 0.19 22.11 0.5 0.63
Hex CF 93 70 0 1D 2E 13 16 32 3F
Octal 317 223 160 0 35 56 23 26 62 77
Binary 11001111 10010011 1110000 0 11101 101110 10011 10110 110010 111111

Color Harmonies of #CF9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9370

Black with #CF9370

Text Example


Text Example

White with #CF9370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9370; }

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

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

background-color css

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

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

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

border-color css

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

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

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