Html Css Color HEX #CC9681 Feldspar

📋 copy color: '#CC9681'

red 204 ◦ green 150 ◦ blue 129

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

Shades of Feldspar #CC9681

Tints of Feldspar #CC9681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.71%

R = 42.24%
G = 31.06%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC9681 (or 0xCC9681) is known color: Feldspar. HEX triplet: CC, 96 and 81. RGB value is (204,150,129). Sum of RGB (Red+Green+Blue) = 204+150+129=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9681 is #33697E. Grayscale: #A3A3A3. Windows color (decimal): -3369343 or 8492748. OLE color: 8492748.

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

Color convert

RGB 204 150 129 -
CMYK 0 0.26 0.37 0.2
HSL 16.8º 0.42% 0.65% -
HSV(B) 16.8º 0.37% 0.8% -
XYZ 39.77 36.24 25.67 -
YUV 163.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 204 150 129 0 0.26 0.37 0.2 16.8 0.42 0.65
Hex CC 96 81 0 1A 25 14 11 2A 41
Octal 314 226 201 0 32 45 24 21 52 101
Binary 11001100 10010110 10000001 0 11010 100101 10100 10001 101010 1000001

Color Harmonies of #CC9681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9681

Black with #CC9681

Text Example


Text Example

White with #CC9681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9681; }

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

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

background-color css

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

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

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

border-color css

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

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

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