Html Css Color HEX #CBB16D Putty

📋 copy color: '#CBB16D'

red 203 ◦ green 177 ◦ blue 109

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

Shades of Putty #CBB16D

Tints of Putty #CBB16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.29%

R = 41.51%
G = 36.2%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBB16D (or 0xCBB16D) is known color: Putty. HEX triplet: CB, B1 and 6D. RGB value is (203,177,109). Sum of RGB (Red+Green+Blue) = 203+177+109=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB16D is #344E92. Grayscale: #B1B1B1. Windows color (decimal): -3427987 or 7188939. OLE color: 7188939.

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

Color convert

RGB 203 177 109 -
CMYK 0 0.13 0.46 0.20
HSL 43.4º 0.47% 0.61% -
HSV(B) 43.4º 0.46% 0.8% -
XYZ 43.11 45.24 20.93 -
YUV 177.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 203 177 109 0 0.13 0.46 0.20 43.4 0.47 0.61
Hex CB B1 6D 0 D 2E 14 2B 2F 3D
Octal 313 261 155 0 15 56 24 53 57 75
Binary 11001011 10110001 1101101 0 1101 101110 10100 101011 101111 111101

Color Harmonies of #CBB16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB16D

Black with #CBB16D

Text Example


Text Example

White with #CBB16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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