Html Css Color HEX #CB8F72 Feldspar

📋 copy color: '#CB8F72'

red 203 ◦ green 143 ◦ blue 114

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

Shades of Feldspar #CB8F72

Tints of Feldspar #CB8F72

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.09%

 BLUE value IS 114 (44.92% from 255) = 24.78%

R = 44.13%
G = 31.09%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB8F72 (or 0xCB8F72) is known color: Feldspar. HEX triplet: CB, 8F and 72. RGB value is (203,143,114). Sum of RGB (Red+Green+Blue) = 203+143+114=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8F72 is #34708D. Grayscale: #9D9D9D. Windows color (decimal): -3436686 or 7507915. OLE color: 7507915.

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

Color convert

RGB 203 143 114 -
CMYK 0 0.30 0.44 0.20
HSL 19.55º 0.46% 0.62% -
HSV(B) 19.55º 0.44% 0.8% -
XYZ 37.49 33.56 20.42 -
YUV 157.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 203 143 114 0 0.30 0.44 0.20 19.55 0.46 0.62
Hex CB 8F 72 0 1E 2C 14 14 2E 3E
Octal 313 217 162 0 36 54 24 24 56 76
Binary 11001011 10001111 1110010 0 11110 101100 10100 10100 101110 111110

Color Harmonies of #CB8F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8F72

Black with #CB8F72

Text Example


Text Example

White with #CB8F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8F72; }

 p { color: rgb(203,143,114); }

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

background-color css

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

 a { background-color: rgb(203,143,114); }

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

border-color css

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

 span { border-color: rgb(203,143,114); }

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