Html Css Color HEX #CC8C72 Feldspar

📋 copy color: '#CC8C72'

red 204 ◦ green 140 ◦ blue 114

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

Shades of Feldspar #CC8C72

Tints of Feldspar #CC8C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.89%

R = 44.54%
G = 30.57%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC8C72 (or 0xCC8C72) is known color: Feldspar. HEX triplet: CC, 8C and 72. RGB value is (204,140,114). Sum of RGB (Red+Green+Blue) = 204+140+114=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C72 is #33738D. Grayscale: #9C9C9C. Windows color (decimal): -3371918 or 7507148. OLE color: 7507148.

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

Color convert

RGB 204 140 114 -
CMYK 0 0.31 0.44 0.2
HSL 17.33º 0.47% 0.62% -
HSV(B) 17.33º 0.44% 0.8% -
XYZ 37.32 32.81 20.29 -
YUV 156.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 204 140 114 0 0.31 0.44 0.2 17.33 0.47 0.62
Hex CC 8C 72 0 1F 2C 14 11 2F 3E
Octal 314 214 162 0 37 54 24 21 57 76
Binary 11001100 10001100 1110010 0 11111 101100 10100 10001 101111 111110

Color Harmonies of #CC8C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C72

Black with #CC8C72

Text Example


Text Example

White with #CC8C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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