Html Css Color HEX #CBB374 Putty

📋 copy color: '#CBB374'

red 203 ◦ green 179 ◦ blue 116

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

Shades of Putty #CBB374

Tints of Putty #CBB374

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.94%

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

R = 40.76%
G = 35.94%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBB374 (or 0xCBB374) is known color: Putty. HEX triplet: CB, B3 and 74. RGB value is (203,179,116). Sum of RGB (Red+Green+Blue) = 203+179+116=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB374 is #344C8B. Grayscale: #B3B3B3. Windows color (decimal): -3427468 or 7648203. OLE color: 7648203.

HSL color Cylindrical-coordinate representation of color #CBB374: hue angle of 43.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 #CBB374 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 116 -
CMYK 0 0.12 0.43 0.20
HSL 43.45º 0.46% 0.63% -
HSV(B) 43.45º 0.43% 0.8% -
XYZ 43.9 46.2 23.13 -
YUV 178.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 203 179 116 0 0.12 0.43 0.20 43.45 0.46 0.63
Hex CB B3 74 0 C 2B 14 2B 2E 3F
Octal 313 263 164 0 14 53 24 53 56 77
Binary 11001011 10110011 1110100 0 1100 101011 10100 101011 101110 111111

Color Harmonies of #CBB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB374

Black with #CBB374

Text Example


Text Example

White with #CBB374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB374; }

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

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

background-color css

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

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

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

border-color css

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

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

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