Html Css Color HEX #CBB16A Putty

📋 copy color: '#CBB16A'

red 203 ◦ green 177 ◦ blue 106

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

Shades of Putty #CBB16A

Tints of Putty #CBB16A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.42%

 BLUE value IS 106 (41.8% from 255) = 21.81%

R = 41.77%
G = 36.42%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBB16A (or 0xCBB16A) is known color: Putty. HEX triplet: CB, B1 and 6A. RGB value is (203,177,106). Sum of RGB (Red+Green+Blue) = 203+177+106=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB16A is #344E95. Grayscale: #B0B0B0. Windows color (decimal): -3427990 or 6992331. OLE color: 6992331.

HSL color Cylindrical-coordinate representation of color #CBB16A: hue angle of 43.92º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBB16A is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 177 106 -
CMYK 0 0.13 0.48 0.20
HSL 43.92º 0.48% 0.61% -
HSV(B) 43.92º 0.48% 0.8% -
XYZ 42.95 45.18 20.09 -
YUV 176.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 203 177 106 0 0.13 0.48 0.20 43.92 0.48 0.61
Hex CB B1 6A 0 D 30 14 2C 30 3D
Octal 313 261 152 0 15 60 24 54 60 75
Binary 11001011 10110001 1101010 0 1101 110000 10100 101100 110000 111101

Color Harmonies of #CBB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB16A

Black with #CBB16A

Text Example


Text Example

White with #CBB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB16A; }

 p { color: rgb(203,177,106); }

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

background-color css

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

 a { background-color: rgb(203,177,106); }

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

border-color css

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

 span { border-color: rgb(203,177,106); }

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