Html Css Color HEX #CB9174 Feldspar

📋 copy color: '#CB9174'

red 203 ◦ green 145 ◦ blue 116

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

Shades of Feldspar #CB9174

Tints of Feldspar #CB9174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.25%

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

R = 43.75%
G = 31.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB9174 (or 0xCB9174) is known color: Feldspar. HEX triplet: CB, 91 and 74. RGB value is (203,145,116). Sum of RGB (Red+Green+Blue) = 203+145+116=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9174 is #346E8B. Grayscale: #9F9F9F. Windows color (decimal): -3436172 or 7639499. OLE color: 7639499.

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

Color convert

RGB 203 145 116 -
CMYK 0 0.29 0.43 0.20
HSL 20º 0.46% 0.63% -
HSV(B) 20º 0.43% 0.8% -
XYZ 37.91 34.21 21.13 -
YUV 159.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 203 145 116 0 0.29 0.43 0.20 20 0.46 0.63
Hex CB 91 74 0 1D 2B 14 14 2E 3F
Octal 313 221 164 0 35 53 24 24 56 77
Binary 11001011 10010001 1110100 0 11101 101011 10100 10100 101110 111111

Color Harmonies of #CB9174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9174

Black with #CB9174

Text Example


Text Example

White with #CB9174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9174; }

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

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

background-color css

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

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

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

border-color css

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

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

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