Html Css Color HEX #CB9570 Feldspar

📋 copy color: '#CB9570'

red 203 ◦ green 149 ◦ blue 112

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

Shades of Feldspar #CB9570

Tints of Feldspar #CB9570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.11%

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

R = 43.75%
G = 32.11%
B = 24.14%

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

#CB9570 (or 0xCB9570) is known color: Feldspar. HEX triplet: CB, 95 and 70. RGB value is (203,149,112). Sum of RGB (Red+Green+Blue) = 203+149+112=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9570 is #346A8F. Grayscale: #A1A1A1. Windows color (decimal): -3435152 or 7378379. OLE color: 7378379.

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

Color convert

RGB 203 149 112 -
CMYK 0 0.27 0.45 0.20
HSL 24.4º 0.47% 0.62% -
HSV(B) 24.4º 0.45% 0.8% -
XYZ 38.3 35.36 20.14 -
YUV 160.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 203 149 112 0 0.27 0.45 0.20 24.4 0.47 0.62
Hex CB 95 70 0 1B 2D 14 18 2F 3E
Octal 313 225 160 0 33 55 24 30 57 76
Binary 11001011 10010101 1110000 0 11011 101101 10100 11000 101111 111110

Color Harmonies of #CB9570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9570

Black with #CB9570

Text Example


Text Example

White with #CB9570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9570; }

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

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

background-color css

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

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

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

border-color css

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

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

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