Html Css Color HEX #CB8A73 Feldspar

📋 copy color: '#CB8A73'

red 203 ◦ green 138 ◦ blue 115

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

Shades of Feldspar #CB8A73

Tints of Feldspar #CB8A73

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.26%

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

R = 44.52%
G = 30.26%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB8A73 (or 0xCB8A73) is known color: Feldspar. HEX triplet: CB, 8A and 73. RGB value is (203,138,115). Sum of RGB (Red+Green+Blue) = 203+138+115=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8A73 is #34758C. Grayscale: #9A9A9A. Windows color (decimal): -3437965 or 7572171. OLE color: 7572171.

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

Color convert

RGB 203 138 115 -
CMYK 0 0.32 0.43 0.20
HSL 15.68º 0.46% 0.62% -
HSV(B) 15.68º 0.43% 0.8% -
XYZ 36.81 32.11 20.48 -
YUV 154.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 203 138 115 0 0.32 0.43 0.20 15.68 0.46 0.62
Hex CB 8A 73 0 20 2B 14 10 2E 3E
Octal 313 212 163 0 40 53 24 20 56 76
Binary 11001011 10001010 1110011 0 100000 101011 10100 10000 101110 111110

Color Harmonies of #CB8A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8A73

Black with #CB8A73

Text Example


Text Example

White with #CB8A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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