Html Css Color HEX #CB8972 Feldspar

📋 copy color: '#CB8972'

red 203 ◦ green 137 ◦ blue 114

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

Shades of Feldspar #CB8972

Tints of Feldspar #CB8972

RGB

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

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

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

R = 44.71%
G = 30.18%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB8972 (or 0xCB8972) is known color: Feldspar. HEX triplet: CB, 89 and 72. RGB value is (203,137,114). Sum of RGB (Red+Green+Blue) = 203+137+114=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8972 is #34768D. Grayscale: #9A9A9A. Windows color (decimal): -3438222 or 7506379. OLE color: 7506379.

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

Color convert

RGB 203 137 114 -
CMYK 0 0.33 0.44 0.20
HSL 15.51º 0.46% 0.62% -
HSV(B) 15.51º 0.44% 0.8% -
XYZ 36.61 31.8 20.13 -
YUV 154.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 203 137 114 0 0.33 0.44 0.20 15.51 0.46 0.62
Hex CB 89 72 0 21 2C 14 10 2E 3E
Octal 313 211 162 0 41 54 24 20 56 76
Binary 11001011 10001001 1110010 0 100001 101100 10100 10000 101110 111110

Color Harmonies of #CB8972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8972

Black with #CB8972

Text Example


Text Example

White with #CB8972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8972; }

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

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

background-color css

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

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

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

border-color css

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

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

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