Html Css Color HEX #CB8978 Feldspar

📋 copy color: '#CB8978'

red 203 ◦ green 137 ◦ blue 120

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

Shades of Feldspar #CB8978

Tints of Feldspar #CB8978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.78%

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

R = 44.13%
G = 29.78%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB8978 (or 0xCB8978) is known color: Feldspar. HEX triplet: CB, 89 and 78. RGB value is (203,137,120). Sum of RGB (Red+Green+Blue) = 203+137+120=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8978 is #347687. Grayscale: #9A9A9A. Windows color (decimal): -3438216 or 7899595. OLE color: 7899595.

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

Color convert

RGB 203 137 120 -
CMYK 0 0.33 0.41 0.20
HSL 12.29º 0.44% 0.63% -
HSV(B) 12.29º 0.41% 0.8% -
XYZ 36.96 31.94 21.99 -
YUV 154.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 203 137 120 0 0.33 0.41 0.20 12.29 0.44 0.63
Hex CB 89 78 0 21 29 14 C 2C 3F
Octal 313 211 170 0 41 51 24 14 54 77
Binary 11001011 10001001 1111000 0 100001 101001 10100 1100 101100 111111

Color Harmonies of #CB8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8978

Black with #CB8978

Text Example


Text Example

White with #CB8978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8978; }

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

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

background-color css

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

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

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

border-color css

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

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

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