Html Css Color HEX #CB8F73 Feldspar

📋 copy color: '#CB8F73'

red 203 ◦ green 143 ◦ blue 115

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

Shades of Feldspar #CB8F73

Tints of Feldspar #CB8F73

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

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

R = 44.03%
G = 31.02%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB8F73 (or 0xCB8F73) is known color: Feldspar. HEX triplet: CB, 8F and 73. RGB value is (203,143,115). Sum of RGB (Red+Green+Blue) = 203+143+115=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8F73 is #34708C. Grayscale: #9D9D9D. Windows color (decimal): -3436685 or 7573451. OLE color: 7573451.

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

Color convert

RGB 203 143 115 -
CMYK 0 0.30 0.43 0.20
HSL 19.09º 0.46% 0.62% -
HSV(B) 19.09º 0.43% 0.8% -
XYZ 37.55 33.58 20.72 -
YUV 157.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 203 143 115 0 0.30 0.43 0.20 19.09 0.46 0.62
Hex CB 8F 73 0 1E 2B 14 13 2E 3E
Octal 313 217 163 0 36 53 24 23 56 76
Binary 11001011 10001111 1110011 0 11110 101011 10100 10011 101110 111110

Color Harmonies of #CB8F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8F73

Black with #CB8F73

Text Example


Text Example

White with #CB8F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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