Html Css Color HEX #CB9974 Feldspar

📋 copy color: '#CB9974'

red 203 ◦ green 153 ◦ blue 116

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

Shades of Feldspar #CB9974

Tints of Feldspar #CB9974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.58%

R = 43.01%
G = 32.42%
B = 24.58%

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

#CB9974 (or 0xCB9974) is known color: Feldspar. HEX triplet: CB, 99 and 74. RGB value is (203,153,116). Sum of RGB (Red+Green+Blue) = 203+153+116=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9974 is #34668B. Grayscale: #A3A3A3. Windows color (decimal): -3434124 or 7641547. OLE color: 7641547.

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

Color convert

RGB 203 153 116 -
CMYK 0 0.25 0.43 0.20
HSL 25.52º 0.46% 0.63% -
HSV(B) 25.52º 0.43% 0.8% -
XYZ 39.17 36.74 21.55 -
YUV 163.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 203 153 116 0 0.25 0.43 0.20 25.52 0.46 0.63
Hex CB 99 74 0 19 2B 14 1A 2E 3F
Octal 313 231 164 0 31 53 24 32 56 77
Binary 11001011 10011001 1110100 0 11001 101011 10100 11010 101110 111111

Color Harmonies of #CB9974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9974

Black with #CB9974

Text Example


Text Example

White with #CB9974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9974; }

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

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

background-color css

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

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

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

border-color css

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

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

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