Html Css Color HEX #CB9474 Feldspar

📋 copy color: '#CB9474'

red 203 ◦ green 148 ◦ blue 116

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

Shades of Feldspar #CB9474

Tints of Feldspar #CB9474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.69%

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

R = 43.47%
G = 31.69%
B = 24.84%

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

#CB9474 (or 0xCB9474) is known color: Feldspar. HEX triplet: CB, 94 and 74. RGB value is (203,148,116). Sum of RGB (Red+Green+Blue) = 203+148+116=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9474 is #346B8B. Grayscale: #A0A0A0. Windows color (decimal): -3435404 or 7640267. OLE color: 7640267.

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

Color convert

RGB 203 148 116 -
CMYK 0 0.27 0.43 0.20
HSL 22.07º 0.46% 0.63% -
HSV(B) 22.07º 0.43% 0.8% -
XYZ 38.37 35.14 21.28 -
YUV 160.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 203 148 116 0 0.27 0.43 0.20 22.07 0.46 0.63
Hex CB 94 74 0 1B 2B 14 16 2E 3F
Octal 313 224 164 0 33 53 24 26 56 77
Binary 11001011 10010100 1110100 0 11011 101011 10100 10110 101110 111111

Color Harmonies of #CB9474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9474

Black with #CB9474

Text Example


Text Example

White with #CB9474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9474; }

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

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

background-color css

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

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

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

border-color css

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

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

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