Html Css Color HEX #CB997E Feldspar

📋 copy color: '#CB997E'

red 203 ◦ green 153 ◦ blue 126

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

Shades of Feldspar #CB997E

Tints of Feldspar #CB997E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.14%

R = 42.12%
G = 31.74%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB997E (or 0xCB997E) is known color: Feldspar. HEX triplet: CB, 99 and 7E. RGB value is (203,153,126). Sum of RGB (Red+Green+Blue) = 203+153+126=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB997E is #346681. Grayscale: #A5A5A5. Windows color (decimal): -3434114 or 8296907. OLE color: 8296907.

HSL color Cylindrical-coordinate representation of color #CB997E: hue angle of 21.04º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB997E is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 153 126 -
CMYK 0 0.25 0.38 0.20
HSL 21.04º 0.43% 0.65% -
HSV(B) 21.04º 0.38% 0.8% -
XYZ 39.79 36.99 24.78 -
YUV 164.87 106.07 155.2 -
System Red Green Blue C M Y K H S L
Decimal 203 153 126 0 0.25 0.38 0.20 21.04 0.43 0.65
Hex CB 99 7E 0 19 26 14 15 2B 41
Octal 313 231 176 0 31 46 24 25 53 101
Binary 11001011 10011001 1111110 0 11001 100110 10100 10101 101011 1000001

Color Harmonies of #CB997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB997E

Black with #CB997E

Text Example


Text Example

White with #CB997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB997E; }

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

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

background-color css

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

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

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

border-color css

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

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

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