Html Css Color HEX #CB9674 Feldspar

📋 copy color: '#CB9674'

red 203 ◦ green 150 ◦ blue 116

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

Shades of Feldspar #CB9674

Tints of Feldspar #CB9674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.98%

 BLUE value IS 116 (45.7% from 255) = 24.73%

R = 43.28%
G = 31.98%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB9674 (or 0xCB9674) is known color: Feldspar. HEX triplet: CB, 96 and 74. RGB value is (203,150,116). Sum of RGB (Red+Green+Blue) = 203+150+116=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9674 is #34698B. Grayscale: #A2A2A2. Windows color (decimal): -3434892 or 7640779. OLE color: 7640779.

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

Color convert

RGB 203 150 116 -
CMYK 0 0.26 0.43 0.20
HSL 23.45º 0.46% 0.63% -
HSV(B) 23.45º 0.43% 0.8% -
XYZ 38.69 35.77 21.39 -
YUV 161.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 203 150 116 0 0.26 0.43 0.20 23.45 0.46 0.63
Hex CB 96 74 0 1A 2B 14 17 2E 3F
Octal 313 226 164 0 32 53 24 27 56 77
Binary 11001011 10010110 1110100 0 11010 101011 10100 10111 101110 111111

Color Harmonies of #CB9674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9674

Black with #CB9674

Text Example


Text Example

White with #CB9674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9674; }

 p { color: rgb(203,150,116); }

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

background-color css

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

 a { background-color: rgb(203,150,116); }

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

border-color css

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

 span { border-color: rgb(203,150,116); }

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