Html Css Color HEX #CB9873 Feldspar

📋 copy color: '#CB9873'

red 203 ◦ green 152 ◦ blue 115

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

Shades of Feldspar #CB9873

Tints of Feldspar #CB9873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.34%

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

R = 43.19%
G = 32.34%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB9873 (or 0xCB9873) is known color: Feldspar. HEX triplet: CB, 98 and 73. RGB value is (203,152,115). Sum of RGB (Red+Green+Blue) = 203+152+115=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9873 is #34678C. Grayscale: #A3A3A3. Windows color (decimal): -3434381 or 7575755. OLE color: 7575755.

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

Color convert

RGB 203 152 115 -
CMYK 0 0.25 0.43 0.20
HSL 25.23º 0.46% 0.62% -
HSV(B) 25.23º 0.43% 0.8% -
XYZ 38.95 36.39 21.19 -
YUV 163.03 100.9 156.51 -
System Red Green Blue C M Y K H S L
Decimal 203 152 115 0 0.25 0.43 0.20 25.23 0.46 0.62
Hex CB 98 73 0 19 2B 14 19 2E 3E
Octal 313 230 163 0 31 53 24 31 56 76
Binary 11001011 10011000 1110011 0 11001 101011 10100 11001 101110 111110

Color Harmonies of #CB9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9873

Black with #CB9873

Text Example


Text Example

White with #CB9873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9873; }

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

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

background-color css

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

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

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

border-color css

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

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

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