Html Css Color HEX #CC8C6C Feldspar

📋 copy color: '#CC8C6C'

red 204 ◦ green 140 ◦ blue 108

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

Shades of Feldspar #CC8C6C

Tints of Feldspar #CC8C6C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.97%

 BLUE value IS 108 (42.58% from 255) = 23.89%

R = 45.13%
G = 30.97%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC8C6C (or 0xCC8C6C) is known color: Feldspar. HEX triplet: CC, 8C and 6C. RGB value is (204,140,108). Sum of RGB (Red+Green+Blue) = 204+140+108=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C6C is #337393. Grayscale: #9B9B9B. Windows color (decimal): -3371924 or 7113932. OLE color: 7113932.

HSL color Cylindrical-coordinate representation of color #CC8C6C: hue angle of 20º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC8C6C is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 140 108 -
CMYK 0 0.31 0.47 0.2
HSL 20º 0.48% 0.61% -
HSV(B) 20º 0.47% 0.8% -
XYZ 36.99 32.68 18.55 -
YUV 155.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 204 140 108 0 0.31 0.47 0.2 20 0.48 0.61
Hex CC 8C 6C 0 1F 2F 14 14 30 3D
Octal 314 214 154 0 37 57 24 24 60 75
Binary 11001100 10001100 1101100 0 11111 101111 10100 10100 110000 111101

Color Harmonies of #CC8C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C6C

Black with #CC8C6C

Text Example


Text Example

White with #CC8C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C6C; }

 p { color: rgb(204,140,108); }

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

background-color css

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

 a { background-color: rgb(204,140,108); }

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

border-color css

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

 span { border-color: rgb(204,140,108); }

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