Html Css Color HEX #CB9973 Feldspar

📋 copy color: '#CB9973'

red 203 ◦ green 153 ◦ blue 115

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

Shades of Feldspar #CB9973

Tints of Feldspar #CB9973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.48%

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

R = 43.1%
G = 32.48%
B = 24.42%

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

#CB9973 (or 0xCB9973) is known color: Feldspar. HEX triplet: CB, 99 and 73. RGB value is (203,153,115). Sum of RGB (Red+Green+Blue) = 203+153+115=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9973 is #34668C. Grayscale: #A3A3A3. Windows color (decimal): -3434125 or 7576011. OLE color: 7576011.

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

Color convert

RGB 203 153 115 -
CMYK 0 0.25 0.43 0.20
HSL 25.91º 0.46% 0.62% -
HSV(B) 25.91º 0.43% 0.8% -
XYZ 39.11 36.72 21.25 -
YUV 163.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 203 153 115 0 0.25 0.43 0.20 25.91 0.46 0.62
Hex CB 99 73 0 19 2B 14 1A 2E 3E
Octal 313 231 163 0 31 53 24 32 56 76
Binary 11001011 10011001 1110011 0 11001 101011 10100 11010 101110 111110

Color Harmonies of #CB9973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9973

Black with #CB9973

Text Example


Text Example

White with #CB9973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9973; }

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

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

background-color css

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

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

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

border-color css

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

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

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