Html Css Color HEX #CB9178 Feldspar

📋 copy color: '#CB9178'

red 203 ◦ green 145 ◦ blue 120

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

Shades of Feldspar #CB9178

Tints of Feldspar #CB9178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.98%

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

R = 43.38%
G = 30.98%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB9178 (or 0xCB9178) is known color: Feldspar. HEX triplet: CB, 91 and 78. RGB value is (203,145,120). Sum of RGB (Red+Green+Blue) = 203+145+120=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9178 is #346E87. Grayscale: #9F9F9F. Windows color (decimal): -3436168 or 7901643. OLE color: 7901643.

HSL color Cylindrical-coordinate representation of color #CB9178: hue angle of 18.07º 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 #CB9178 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 145 120 -
CMYK 0 0.29 0.41 0.20
HSL 18.07º 0.44% 0.63% -
HSV(B) 18.07º 0.41% 0.8% -
XYZ 38.14 34.3 22.38 -
YUV 159.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 203 145 120 0 0.29 0.41 0.20 18.07 0.44 0.63
Hex CB 91 78 0 1D 29 14 12 2C 3F
Octal 313 221 170 0 35 51 24 22 54 77
Binary 11001011 10010001 1111000 0 11101 101001 10100 10010 101100 111111

Color Harmonies of #CB9178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9178

Black with #CB9178

Text Example


Text Example

White with #CB9178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9178; }

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

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

background-color css

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

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

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

border-color css

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

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

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