Html Css Color HEX #CB9470 Feldspar

📋 copy color: '#CB9470'

red 203 ◦ green 148 ◦ blue 112

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

Shades of Feldspar #CB9470

Tints of Feldspar #CB9470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.19%

R = 43.84%
G = 31.97%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB9470 (or 0xCB9470) is known color: Feldspar. HEX triplet: CB, 94 and 70. RGB value is (203,148,112). Sum of RGB (Red+Green+Blue) = 203+148+112=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9470 is #346B8F. Grayscale: #A0A0A0. Windows color (decimal): -3435408 or 7378123. OLE color: 7378123.

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

Color convert

RGB 203 148 112 -
CMYK 0 0.27 0.45 0.20
HSL 23.74º 0.47% 0.62% -
HSV(B) 23.74º 0.45% 0.8% -
XYZ 38.14 35.05 20.08 -
YUV 160.34 100.72 158.43 -
System Red Green Blue C M Y K H S L
Decimal 203 148 112 0 0.27 0.45 0.20 23.74 0.47 0.62
Hex CB 94 70 0 1B 2D 14 18 2F 3E
Octal 313 224 160 0 33 55 24 30 57 76
Binary 11001011 10010100 1110000 0 11011 101101 10100 11000 101111 111110

Color Harmonies of #CB9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9470

Black with #CB9470

Text Example


Text Example

White with #CB9470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9470; }

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

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

background-color css

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

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

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

border-color css

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

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

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