Html Css Color HEX #CC957A Feldspar

📋 copy color: '#CC957A'

red 204 ◦ green 149 ◦ blue 122

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

Shades of Feldspar #CC957A

Tints of Feldspar #CC957A

RGB

 RED value IS 204 (80.08% from 255) = 42.95%

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

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

R = 42.95%
G = 31.37%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC957A (or 0xCC957A) is known color: Feldspar. HEX triplet: CC, 95 and 7A. RGB value is (204,149,122). Sum of RGB (Red+Green+Blue) = 204+149+122=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC957A is #336A85. Grayscale: #A2A2A2. Windows color (decimal): -3369606 or 8033740. OLE color: 8033740.

HSL color Cylindrical-coordinate representation of color #CC957A: hue angle of 19.76º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC957A is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 149 122 -
CMYK 0 0.27 0.40 0.2
HSL 19.76º 0.45% 0.64% -
HSV(B) 19.76º 0.4% 0.8% -
XYZ 39.16 35.74 23.25 -
YUV 162.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 204 149 122 0 0.27 0.40 0.2 19.76 0.45 0.64
Hex CC 95 7A 0 1B 28 14 14 2D 40
Octal 314 225 172 0 33 50 24 24 55 100
Binary 11001100 10010101 1111010 0 11011 101000 10100 10100 101101 1000000

Color Harmonies of #CC957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC957A

Black with #CC957A

Text Example


Text Example

White with #CC957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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