Html Css Color HEX #CF957A Feldspar

📋 copy color: '#CF957A'

red 207 ◦ green 149 ◦ blue 122

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

Shades of Feldspar #CF957A

Tints of Feldspar #CF957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

 BLUE value IS 122 (48.05% from 255) = 25.52%

R = 43.31%
G = 31.17%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF957A (or 0xCF957A) is known color: Feldspar. HEX triplet: CF, 95 and 7A. RGB value is (207,149,122). Sum of RGB (Red+Green+Blue) = 207+149+122=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF957A is #306A85. Grayscale: #A3A3A3. Windows color (decimal): -3172998 or 8033743. OLE color: 8033743.

HSL color Cylindrical-coordinate representation of color #CF957A: hue angle of 19.06º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF957A is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 122 -
CMYK 0 0.28 0.41 0.19
HSL 19.06º 0.47% 0.65% -
HSV(B) 19.06º 0.41% 0.81% -
XYZ 39.99 36.17 23.29 -
YUV 163.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 207 149 122 0 0.28 0.41 0.19 19.06 0.47 0.65
Hex CF 95 7A 0 1C 29 13 13 2F 41
Octal 317 225 172 0 34 51 23 23 57 101
Binary 11001111 10010101 1111010 0 11100 101001 10011 10011 101111 1000001

Color Harmonies of #CF957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF957A

Black with #CF957A

Text Example


Text Example

White with #CF957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF957A; }

 p { color: rgb(207,149,122); }

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

background-color css

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

 a { background-color: rgb(207,149,122); }

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

border-color css

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

 span { border-color: rgb(207,149,122); }

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