Html Css Color HEX #CC9375 Feldspar

📋 copy color: '#CC9375'

red 204 ◦ green 147 ◦ blue 117

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

Shades of Feldspar #CC9375

Tints of Feldspar #CC9375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.41%

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

R = 43.59%
G = 31.41%
B = 25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC9375 (or 0xCC9375) is known color: Feldspar. HEX triplet: CC, 93 and 75. RGB value is (204,147,117). Sum of RGB (Red+Green+Blue) = 204+147+117=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9375 is #336C8A. Grayscale: #A0A0A0. Windows color (decimal): -3370123 or 7705548. OLE color: 7705548.

HSL color Cylindrical-coordinate representation of color #CC9375: hue angle of 20.69º 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 #CC9375 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 147 117 -
CMYK 0 0.28 0.43 0.2
HSL 20.69º 0.46% 0.63% -
HSV(B) 20.69º 0.43% 0.8% -
XYZ 38.55 34.99 21.55 -
YUV 160.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 204 147 117 0 0.28 0.43 0.2 20.69 0.46 0.63
Hex CC 93 75 0 1C 2B 14 15 2E 3F
Octal 314 223 165 0 34 53 24 25 56 77
Binary 11001100 10010011 1110101 0 11100 101011 10100 10101 101110 111111

Color Harmonies of #CC9375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9375

Black with #CC9375

Text Example


Text Example

White with #CC9375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9375; }

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

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

background-color css

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

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

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

border-color css

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

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

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