Html Css Color HEX #CBB379 Putty

📋 copy color: '#CBB379'

red 203 ◦ green 179 ◦ blue 121

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

Shades of Putty #CBB379

Tints of Putty #CBB379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.06%

R = 40.36%
G = 35.59%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CBB379 (or 0xCBB379) is known color: Putty. HEX triplet: CB, B3 and 79. RGB value is (203,179,121). Sum of RGB (Red+Green+Blue) = 203+179+121=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB379 is #344C86. Grayscale: #B3B3B3. Windows color (decimal): -3427463 or 7975883. OLE color: 7975883.

HSL color Cylindrical-coordinate representation of color #CBB379: hue angle of 42.44º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBB379 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 121 -
CMYK 0 0.12 0.40 0.20
HSL 42.44º 0.44% 0.64% -
HSV(B) 42.44º 0.4% 0.8% -
XYZ 44.2 46.32 24.7 -
YUV 179.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 203 179 121 0 0.12 0.40 0.20 42.44 0.44 0.64
Hex CB B3 79 0 C 28 14 2A 2C 40
Octal 313 263 171 0 14 50 24 52 54 100
Binary 11001011 10110011 1111001 0 1100 101000 10100 101010 101100 1000000

Color Harmonies of #CBB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB379

Black with #CBB379

Text Example


Text Example

White with #CBB379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB379; }

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

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

background-color css

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

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

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

border-color css

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

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

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