Html Css Color HEX #CC8A75 Feldspar

📋 copy color: '#CC8A75'

red 204 ◦ green 138 ◦ blue 117

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

Shades of Feldspar #CC8A75

Tints of Feldspar #CC8A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

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

R = 44.44%
G = 30.07%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC8A75 (or 0xCC8A75) is known color: Feldspar. HEX triplet: CC, 8A and 75. RGB value is (204,138,117). Sum of RGB (Red+Green+Blue) = 204+138+117=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A75 is #33758A. Grayscale: #9B9B9B. Windows color (decimal): -3372427 or 7703244. OLE color: 7703244.

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

Color convert

RGB 204 138 117 -
CMYK 0 0.32 0.43 0.2
HSL 14.48º 0.46% 0.63% -
HSV(B) 14.48º 0.43% 0.8% -
XYZ 37.2 32.3 21.1 -
YUV 155.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 204 138 117 0 0.32 0.43 0.2 14.48 0.46 0.63
Hex CC 8A 75 0 20 2B 14 E 2E 3F
Octal 314 212 165 0 40 53 24 16 56 77
Binary 11001100 10001010 1110101 0 100000 101011 10100 1110 101110 111111

Color Harmonies of #CC8A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A75

Black with #CC8A75

Text Example


Text Example

White with #CC8A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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