Html Css Color HEX #CB8974 Feldspar

📋 copy color: '#CB8974'

red 203 ◦ green 137 ◦ blue 116

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

Shades of Feldspar #CB8974

Tints of Feldspar #CB8974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.04%

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

R = 44.52%
G = 30.04%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB8974 (or 0xCB8974) is known color: Feldspar. HEX triplet: CB, 89 and 74. RGB value is (203,137,116). Sum of RGB (Red+Green+Blue) = 203+137+116=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8974 is #34768B. Grayscale: #9A9A9A. Windows color (decimal): -3438220 or 7637451. OLE color: 7637451.

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

Color convert

RGB 203 137 116 -
CMYK 0 0.33 0.43 0.20
HSL 14.48º 0.46% 0.63% -
HSV(B) 14.48º 0.43% 0.8% -
XYZ 36.73 31.85 20.73 -
YUV 154.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 203 137 116 0 0.33 0.43 0.20 14.48 0.46 0.63
Hex CB 89 74 0 21 2B 14 E 2E 3F
Octal 313 211 164 0 41 53 24 16 56 77
Binary 11001011 10001001 1110100 0 100001 101011 10100 1110 101110 111111

Color Harmonies of #CB8974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8974

Black with #CB8974

Text Example


Text Example

White with #CB8974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8974; }

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

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

background-color css

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

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

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

border-color css

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

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

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