Html Css Color HEX #CB9070 Feldspar

📋 copy color: '#CB9070'

red 203 ◦ green 144 ◦ blue 112

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

Shades of Feldspar #CB9070

Tints of Feldspar #CB9070

RGB

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

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

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

R = 44.23%
G = 31.37%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB9070 (or 0xCB9070) is known color: Feldspar. HEX triplet: CB, 90 and 70. RGB value is (203,144,112). Sum of RGB (Red+Green+Blue) = 203+144+112=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9070 is #346F8F. Grayscale: #9E9E9E. Windows color (decimal): -3436432 or 7377099. OLE color: 7377099.

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

Color convert

RGB 203 144 112 -
CMYK 0 0.29 0.45 0.20
HSL 21.1º 0.47% 0.62% -
HSV(B) 21.1º 0.45% 0.8% -
XYZ 37.53 33.81 19.88 -
YUV 157.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 203 144 112 0 0.29 0.45 0.20 21.1 0.47 0.62
Hex CB 90 70 0 1D 2D 14 15 2F 3E
Octal 313 220 160 0 35 55 24 25 57 76
Binary 11001011 10010000 1110000 0 11101 101101 10100 10101 101111 111110

Color Harmonies of #CB9070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9070

Black with #CB9070

Text Example


Text Example

White with #CB9070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9070; }

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

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

background-color css

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

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

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

border-color css

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

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

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