Html Css Color HEX #CB8573 Feldspar

📋 copy color: '#CB8573'

red 203 ◦ green 133 ◦ blue 115

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

Shades of Feldspar #CB8573

Tints of Feldspar #CB8573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.49%

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 45.01%
G = 29.49%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB8573 (or 0xCB8573) is known color: Feldspar. HEX triplet: CB, 85 and 73. RGB value is (203,133,115). Sum of RGB (Red+Green+Blue) = 203+133+115=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8573 is #347A8C. Grayscale: #989898. Windows color (decimal): -3439245 or 7570891. OLE color: 7570891.

HSL color Cylindrical-coordinate representation of color #CB8573: hue angle of 12.27º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB8573 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 133 115 -
CMYK 0 0.34 0.43 0.20
HSL 12.27º 0.46% 0.62% -
HSV(B) 12.27º 0.43% 0.8% -
XYZ 36.11 30.71 20.24 -
YUV 151.88 107.19 164.46 -
System Red Green Blue C M Y K H S L
Decimal 203 133 115 0 0.34 0.43 0.20 12.27 0.46 0.62
Hex CB 85 73 0 22 2B 14 C 2E 3E
Octal 313 205 163 0 42 53 24 14 56 76
Binary 11001011 10000101 1110011 0 100010 101011 10100 1100 101110 111110

Color Harmonies of #CB8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8573

Black with #CB8573

Text Example


Text Example

White with #CB8573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8573; }

 p { color: rgb(203,133,115); }

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

background-color css

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

 a { background-color: rgb(203,133,115); }

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

border-color css

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

 span { border-color: rgb(203,133,115); }

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