Html Css Color HEX #CC9C75 Feldspar

📋 copy color: '#CC9C75'

red 204 ◦ green 156 ◦ blue 117

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

Shades of Feldspar #CC9C75

Tints of Feldspar #CC9C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.7%

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

R = 42.77%
G = 32.7%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC9C75 (or 0xCC9C75) is known color: Feldspar. HEX triplet: CC, 9C and 75. RGB value is (204,156,117). Sum of RGB (Red+Green+Blue) = 204+156+117=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C75 is #33638A. Grayscale: #A6A6A6. Windows color (decimal): -3367819 or 7707852. OLE color: 7707852.

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

Color convert

RGB 204 156 117 -
CMYK 0 0.24 0.43 0.2
HSL 26.9º 0.46% 0.63% -
HSV(B) 26.9º 0.43% 0.8% -
XYZ 40 37.9 22.04 -
YUV 165.91 100.4 155.17 -
System Red Green Blue C M Y K H S L
Decimal 204 156 117 0 0.24 0.43 0.2 26.9 0.46 0.63
Hex CC 9C 75 0 18 2B 14 1B 2E 3F
Octal 314 234 165 0 30 53 24 33 56 77
Binary 11001100 10011100 1110101 0 11000 101011 10100 11011 101110 111111

Color Harmonies of #CC9C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9C75

Black with #CC9C75

Text Example


Text Example

White with #CC9C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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