Html Css Color HEX #CB9074 Feldspar

📋 copy color: '#CB9074'

red 203 ◦ green 144 ◦ blue 116

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

Shades of Feldspar #CB9074

Tints of Feldspar #CB9074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.1%

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

R = 43.84%
G = 31.1%
B = 25.05%

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

#CB9074 (or 0xCB9074) is known color: Feldspar. HEX triplet: CB, 90 and 74. RGB value is (203,144,116). Sum of RGB (Red+Green+Blue) = 203+144+116=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9074 is #346F8B. Grayscale: #9E9E9E. Windows color (decimal): -3436428 or 7639243. OLE color: 7639243.

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

Color convert

RGB 203 144 116 -
CMYK 0 0.29 0.43 0.20
HSL 19.31º 0.46% 0.63% -
HSV(B) 19.31º 0.43% 0.8% -
XYZ 37.75 33.9 21.08 -
YUV 158.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 203 144 116 0 0.29 0.43 0.20 19.31 0.46 0.63
Hex CB 90 74 0 1D 2B 14 13 2E 3F
Octal 313 220 164 0 35 53 24 23 56 77
Binary 11001011 10010000 1110100 0 11101 101011 10100 10011 101110 111111

Color Harmonies of #CB9074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9074

Black with #CB9074

Text Example


Text Example

White with #CB9074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9074; }

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

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

background-color css

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

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

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

border-color css

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

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

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