Html Css Color HEX #CB8C78 Feldspar

📋 copy color: '#CB8C78'

red 203 ◦ green 140 ◦ blue 120

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

Shades of Feldspar #CB8C78

Tints of Feldspar #CB8C78

RGB

 RED value IS 203 (79.69% from 255) = 43.84%

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

 BLUE value IS 120 (47.27% from 255) = 25.92%

R = 43.84%
G = 30.24%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB8C78 (or 0xCB8C78) is known color: Feldspar. HEX triplet: CB, 8C and 78. RGB value is (203,140,120). Sum of RGB (Red+Green+Blue) = 203+140+120=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C78 is #347387. Grayscale: #9C9C9C. Windows color (decimal): -3437448 or 7900363. OLE color: 7900363.

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

Color convert

RGB 203 140 120 -
CMYK 0 0.31 0.41 0.20
HSL 14.46º 0.44% 0.63% -
HSV(B) 14.46º 0.41% 0.8% -
XYZ 37.4 32.81 22.13 -
YUV 156.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 203 140 120 0 0.31 0.41 0.20 14.46 0.44 0.63
Hex CB 8C 78 0 1F 29 14 E 2C 3F
Octal 313 214 170 0 37 51 24 16 54 77
Binary 11001011 10001100 1111000 0 11111 101001 10100 1110 101100 111111

Color Harmonies of #CB8C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C78

Black with #CB8C78

Text Example


Text Example

White with #CB8C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C78; }

 p { color: rgb(203,140,120); }

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

background-color css

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

 a { background-color: rgb(203,140,120); }

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

border-color css

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

 span { border-color: rgb(203,140,120); }

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