Html Css Color HEX #CC9B77 Feldspar

📋 copy color: '#CC9B77'

red 204 ◦ green 155 ◦ blue 119

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

Shades of Feldspar #CC9B77

Tints of Feldspar #CC9B77

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.43%

 BLUE value IS 119 (46.88% from 255) = 24.9%

R = 42.68%
G = 32.43%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC9B77 (or 0xCC9B77) is known color: Feldspar. HEX triplet: CC, 9B and 77. RGB value is (204,155,119). Sum of RGB (Red+Green+Blue) = 204+155+119=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9B77 is #336488. Grayscale: #A5A5A5. Windows color (decimal): -3368073 or 7838668. OLE color: 7838668.

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

Color convert

RGB 204 155 119 -
CMYK 0 0.24 0.42 0.2
HSL 25.41º 0.45% 0.63% -
HSV(B) 25.41º 0.42% 0.8% -
XYZ 39.95 37.61 22.61 -
YUV 165.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 204 155 119 0 0.24 0.42 0.2 25.41 0.45 0.63
Hex CC 9B 77 0 18 2A 14 19 2D 3F
Octal 314 233 167 0 30 52 24 31 55 77
Binary 11001100 10011011 1110111 0 11000 101010 10100 11001 101101 111111

Color Harmonies of #CC9B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9B77

Black with #CC9B77

Text Example


Text Example

White with #CC9B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9B77; }

 p { color: rgb(204,155,119); }

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

background-color css

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

 a { background-color: rgb(204,155,119); }

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

border-color css

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

 span { border-color: rgb(204,155,119); }

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