Html Css Color HEX #CC9175 Feldspar

📋 copy color: '#CC9175'

red 204 ◦ green 145 ◦ blue 117

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

Shades of Feldspar #CC9175

Tints of Feldspar #CC9175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.12%

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 43.78%
G = 31.12%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC9175 (or 0xCC9175) is known color: Feldspar. HEX triplet: CC, 91 and 75. RGB value is (204,145,117). Sum of RGB (Red+Green+Blue) = 204+145+117=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9175 is #336E8A. Grayscale: #9F9F9F. Windows color (decimal): -3370635 or 7705036. OLE color: 7705036.

HSL color Cylindrical-coordinate representation of color #CC9175: hue angle of 19.31º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC9175 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 145 117 -
CMYK 0 0.29 0.43 0.2
HSL 19.31º 0.46% 0.63% -
HSV(B) 19.31º 0.43% 0.8% -
XYZ 38.24 34.37 21.45 -
YUV 159.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 204 145 117 0 0.29 0.43 0.2 19.31 0.46 0.63
Hex CC 91 75 0 1D 2B 14 13 2E 3F
Octal 314 221 165 0 35 53 24 23 56 77
Binary 11001100 10010001 1110101 0 11101 101011 10100 10011 101110 111111

Color Harmonies of #CC9175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9175

Black with #CC9175

Text Example


Text Example

White with #CC9175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9175; }

 p { color: rgb(204,145,117); }

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

background-color css

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

 a { background-color: rgb(204,145,117); }

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

border-color css

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

 span { border-color: rgb(204,145,117); }

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