Html Css Color HEX #CF8A70 Feldspar

📋 copy color: '#CF8A70'

red 207 ◦ green 138 ◦ blue 112

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

Shades of Feldspar #CF8A70

Tints of Feldspar #CF8A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.2%

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

R = 45.3%
G = 30.2%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF8A70 (or 0xCF8A70) is known color: Feldspar. HEX triplet: CF, 8A and 70. RGB value is (207,138,112). Sum of RGB (Red+Green+Blue) = 207+138+112=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A70 is #30758F. Grayscale: #9B9B9B. Windows color (decimal): -3175824 or 7375567. OLE color: 7375567.

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

Color convert

RGB 207 138 112 -
CMYK 0 0.33 0.46 0.19
HSL 16.42º 0.5% 0.63% -
HSV(B) 16.42º 0.46% 0.81% -
XYZ 37.75 32.61 19.63 -
YUV 155.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 207 138 112 0 0.33 0.46 0.19 16.42 0.5 0.63
Hex CF 8A 70 0 21 2E 13 10 32 3F
Octal 317 212 160 0 41 56 23 20 62 77
Binary 11001111 10001010 1110000 0 100001 101110 10011 10000 110010 111111

Color Harmonies of #CF8A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A70

Black with #CF8A70

Text Example


Text Example

White with #CF8A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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