Html Css Color HEX #CB946E Feldspar

📋 copy color: '#CB946E'

red 203 ◦ green 148 ◦ blue 110

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

Shades of Feldspar #CB946E

Tints of Feldspar #CB946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 44.03%
G = 32.1%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB946E (or 0xCB946E) is known color: Feldspar. HEX triplet: CB, 94 and 6E. RGB value is (203,148,110). Sum of RGB (Red+Green+Blue) = 203+148+110=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB946E is #346B91. Grayscale: #A0A0A0. Windows color (decimal): -3435410 or 7247051. OLE color: 7247051.

HSL color Cylindrical-coordinate representation of color #CB946E: hue angle of 24.52º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB946E is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 148 110 -
CMYK 0 0.27 0.46 0.20
HSL 24.52º 0.47% 0.61% -
HSV(B) 24.52º 0.46% 0.8% -
XYZ 38.03 35 19.5 -
YUV 160.11 99.72 158.59 -
System Red Green Blue C M Y K H S L
Decimal 203 148 110 0 0.27 0.46 0.20 24.52 0.47 0.61
Hex CB 94 6E 0 1B 2E 14 19 2F 3D
Octal 313 224 156 0 33 56 24 31 57 75
Binary 11001011 10010100 1101110 0 11011 101110 10100 11001 101111 111101

Color Harmonies of #CB946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB946E

Black with #CB946E

Text Example


Text Example

White with #CB946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB946E; }

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

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

background-color css

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

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

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

border-color css

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

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

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