Html Css Color HEX #CF927D Feldspar

📋 copy color: '#CF927D'

red 207 ◦ green 146 ◦ blue 125

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

Shades of Feldspar #CF927D

Tints of Feldspar #CF927D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 43.31%
G = 30.54%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF927D (or 0xCF927D) is known color: Feldspar. HEX triplet: CF, 92 and 7D. RGB value is (207,146,125). Sum of RGB (Red+Green+Blue) = 207+146+125=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF927D is #306D82. Grayscale: #A1A1A1. Windows color (decimal): -3173763 or 8229583. OLE color: 8229583.

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

Color convert

RGB 207 146 125 -
CMYK 0 0.29 0.40 0.19
HSL 15.37º 0.46% 0.65% -
HSV(B) 15.37º 0.4% 0.81% -
XYZ 39.71 35.3 24.12 -
YUV 161.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 207 146 125 0 0.29 0.40 0.19 15.37 0.46 0.65
Hex CF 92 7D 0 1D 28 13 F 2E 41
Octal 317 222 175 0 35 50 23 17 56 101
Binary 11001111 10010010 1111101 0 11101 101000 10011 1111 101110 1000001

Color Harmonies of #CF927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF927D

Black with #CF927D

Text Example


Text Example

White with #CF927D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF927D; }

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

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

background-color css

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

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

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

border-color css

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

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

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