Html Css Color HEX #CBB279 Putty

📋 copy color: '#CBB279'

red 203 ◦ green 178 ◦ blue 121

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

Shades of Putty #CBB279

Tints of Putty #CBB279

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.46%

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

R = 40.44%
G = 35.46%
B = 24.1%

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

#CBB279 (or 0xCBB279) is known color: Putty. HEX triplet: CB, B2 and 79. RGB value is (203,178,121). Sum of RGB (Red+Green+Blue) = 203+178+121=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB279 is #344D86. Grayscale: #B3B3B3. Windows color (decimal): -3427719 or 7975627. OLE color: 7975627.

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

Color convert

RGB 203 178 121 -
CMYK 0 0.12 0.40 0.20
HSL 41.71º 0.44% 0.64% -
HSV(B) 41.71º 0.4% 0.8% -
XYZ 44 45.92 24.63 -
YUV 178.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 203 178 121 0 0.12 0.40 0.20 41.71 0.44 0.64
Hex CB B2 79 0 C 28 14 2A 2C 40
Octal 313 262 171 0 14 50 24 52 54 100
Binary 11001011 10110010 1111001 0 1100 101000 10100 101010 101100 1000000

Color Harmonies of #CBB279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB279

Black with #CBB279

Text Example


Text Example

White with #CBB279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB279; }

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

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

background-color css

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

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

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

border-color css

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

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

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