Html Css Color HEX #CBB16C Putty

📋 copy color: '#CBB16C'

red 203 ◦ green 177 ◦ blue 108

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

Shades of Putty #CBB16C

Tints of Putty #CBB16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.13%

R = 41.6%
G = 36.27%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CBB16C (or 0xCBB16C) is known color: Putty. HEX triplet: CB, B1 and 6C. RGB value is (203,177,108). Sum of RGB (Red+Green+Blue) = 203+177+108=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB16C is #344E93. Grayscale: #B1B1B1. Windows color (decimal): -3427988 or 7123403. OLE color: 7123403.

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

Color convert

RGB 203 177 108 -
CMYK 0 0.13 0.47 0.20
HSL 43.58º 0.48% 0.61% -
HSV(B) 43.58º 0.47% 0.8% -
XYZ 43.06 45.22 20.65 -
YUV 176.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 203 177 108 0 0.13 0.47 0.20 43.58 0.48 0.61
Hex CB B1 6C 0 D 2F 14 2C 30 3D
Octal 313 261 154 0 15 57 24 54 60 75
Binary 11001011 10110001 1101100 0 1101 101111 10100 101100 110000 111101

Color Harmonies of #CBB16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB16C

Black with #CBB16C

Text Example


Text Example

White with #CBB16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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