Html Css Color HEX #CC9675 Feldspar

📋 copy color: '#CC9675'

red 204 ◦ green 150 ◦ blue 117

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

Shades of Feldspar #CC9675

Tints of Feldspar #CC9675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.85%

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

R = 43.31%
G = 31.85%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC9675 (or 0xCC9675) is known color: Feldspar. HEX triplet: CC, 96 and 75. RGB value is (204,150,117). Sum of RGB (Red+Green+Blue) = 204+150+117=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9675 is #33698A. Grayscale: #A2A2A2. Windows color (decimal): -3369355 or 7706316. OLE color: 7706316.

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

Color convert

RGB 204 150 117 -
CMYK 0 0.26 0.43 0.2
HSL 22.76º 0.46% 0.63% -
HSV(B) 22.76º 0.43% 0.8% -
XYZ 39.02 35.93 21.71 -
YUV 162.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 204 150 117 0 0.26 0.43 0.2 22.76 0.46 0.63
Hex CC 96 75 0 1A 2B 14 17 2E 3F
Octal 314 226 165 0 32 53 24 27 56 77
Binary 11001100 10010110 1110101 0 11010 101011 10100 10111 101110 111111

Color Harmonies of #CC9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9675

Black with #CC9675

Text Example


Text Example

White with #CC9675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9675; }

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

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

background-color css

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

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

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

border-color css

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

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

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