Html Css Color HEX #CB8E72 Feldspar

📋 copy color: '#CB8E72'

red 203 ◦ green 142 ◦ blue 114

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

Shades of Feldspar #CB8E72

Tints of Feldspar #CB8E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.94%

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

R = 44.23%
G = 30.94%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB8E72 (or 0xCB8E72) is known color: Feldspar. HEX triplet: CB, 8E and 72. RGB value is (203,142,114). Sum of RGB (Red+Green+Blue) = 203+142+114=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E72 is #34718D. Grayscale: #9D9D9D. Windows color (decimal): -3436942 or 7507659. OLE color: 7507659.

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

Color convert

RGB 203 142 114 -
CMYK 0 0.30 0.44 0.20
HSL 18.88º 0.46% 0.62% -
HSV(B) 18.88º 0.44% 0.8% -
XYZ 37.34 33.26 20.37 -
YUV 157.05 103.71 160.78 -
System Red Green Blue C M Y K H S L
Decimal 203 142 114 0 0.30 0.44 0.20 18.88 0.46 0.62
Hex CB 8E 72 0 1E 2C 14 13 2E 3E
Octal 313 216 162 0 36 54 24 23 56 76
Binary 11001011 10001110 1110010 0 11110 101100 10100 10011 101110 111110

Color Harmonies of #CB8E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8E72

Black with #CB8E72

Text Example


Text Example

White with #CB8E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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