Html Css Color HEX #CB9573 Feldspar

📋 copy color: '#CB9573'

red 203 ◦ green 149 ◦ blue 115

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

Shades of Feldspar #CB9573

Tints of Feldspar #CB9573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.91%

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

R = 43.47%
G = 31.91%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB9573 (or 0xCB9573) is known color: Feldspar. HEX triplet: CB, 95 and 73. RGB value is (203,149,115). Sum of RGB (Red+Green+Blue) = 203+149+115=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9573 is #346A8C. Grayscale: #A1A1A1. Windows color (decimal): -3435149 or 7574987. OLE color: 7574987.

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

Color convert

RGB 203 149 115 -
CMYK 0 0.27 0.43 0.20
HSL 23.18º 0.46% 0.62% -
HSV(B) 23.18º 0.43% 0.8% -
XYZ 38.47 35.43 21.03 -
YUV 161.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 203 149 115 0 0.27 0.43 0.20 23.18 0.46 0.62
Hex CB 95 73 0 1B 2B 14 17 2E 3E
Octal 313 225 163 0 33 53 24 27 56 76
Binary 11001011 10010101 1110011 0 11011 101011 10100 10111 101110 111110

Color Harmonies of #CB9573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9573

Black with #CB9573

Text Example


Text Example

White with #CB9573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9573; }

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

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

background-color css

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

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

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

border-color css

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

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

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