Html Css Color HEX #CB9B74 Feldspar

📋 copy color: '#CB9B74'

red 203 ◦ green 155 ◦ blue 116

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

Shades of Feldspar #CB9B74

Tints of Feldspar #CB9B74

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.7%

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

R = 42.83%
G = 32.7%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB9B74 (or 0xCB9B74) is known color: Feldspar. HEX triplet: CB, 9B and 74. RGB value is (203,155,116). Sum of RGB (Red+Green+Blue) = 203+155+116=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9B74 is #34648B. Grayscale: #A5A5A5. Windows color (decimal): -3433612 or 7642059. OLE color: 7642059.

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

Color convert

RGB 203 155 116 -
CMYK 0 0.24 0.43 0.20
HSL 26.9º 0.46% 0.63% -
HSV(B) 26.9º 0.43% 0.8% -
XYZ 39.5 37.4 21.66 -
YUV 164.91 100.4 155.17 -
System Red Green Blue C M Y K H S L
Decimal 203 155 116 0 0.24 0.43 0.20 26.9 0.46 0.63
Hex CB 9B 74 0 18 2B 14 1B 2E 3F
Octal 313 233 164 0 30 53 24 33 56 77
Binary 11001011 10011011 1110100 0 11000 101011 10100 11011 101110 111111

Color Harmonies of #CB9B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9B74

Black with #CB9B74

Text Example


Text Example

White with #CB9B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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