Html Css Color HEX #CC9572 Feldspar

📋 copy color: '#CC9572'

red 204 ◦ green 149 ◦ blue 114

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

Shades of Feldspar #CC9572

Tints of Feldspar #CC9572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 43.68%
G = 31.91%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC9572 (or 0xCC9572) is known color: Feldspar. HEX triplet: CC, 95 and 72. RGB value is (204,149,114). Sum of RGB (Red+Green+Blue) = 204+149+114=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9572 is #336A8D. Grayscale: #A1A1A1. Windows color (decimal): -3369614 or 7509452. OLE color: 7509452.

HSL color Cylindrical-coordinate representation of color #CC9572: hue angle of 23.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC9572 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 149 114 -
CMYK 0 0.27 0.44 0.2
HSL 23.33º 0.47% 0.62% -
HSV(B) 23.33º 0.44% 0.8% -
XYZ 38.69 35.55 20.74 -
YUV 161.46 101.22 158.35 -
System Red Green Blue C M Y K H S L
Decimal 204 149 114 0 0.27 0.44 0.2 23.33 0.47 0.62
Hex CC 95 72 0 1B 2C 14 17 2F 3E
Octal 314 225 162 0 33 54 24 27 57 76
Binary 11001100 10010101 1110010 0 11011 101100 10100 10111 101111 111110

Color Harmonies of #CC9572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9572

Black with #CC9572

Text Example


Text Example

White with #CC9572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9572; }

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

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

background-color css

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

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

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

border-color css

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

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

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