Html Css Color HEX #CBB168 Putty

📋 copy color: '#CBB168'

red 203 ◦ green 177 ◦ blue 104

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

Shades of Putty #CBB168

Tints of Putty #CBB168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.49%

R = 41.94%
G = 36.57%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CBB168 (or 0xCBB168) is known color: Putty. HEX triplet: CB, B1 and 68. RGB value is (203,177,104). Sum of RGB (Red+Green+Blue) = 203+177+104=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB168 is #344E97. Grayscale: #B0B0B0. Windows color (decimal): -3427992 or 6861259. OLE color: 6861259.

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

Color convert

RGB 203 177 104 -
CMYK 0 0.13 0.49 0.20
HSL 44.24º 0.49% 0.6% -
HSV(B) 44.24º 0.49% 0.8% -
XYZ 42.85 45.14 19.55 -
YUV 176.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 203 177 104 0 0.13 0.49 0.20 44.24 0.49 0.6
Hex CB B1 68 0 D 31 14 2C 31 3C
Octal 313 261 150 0 15 61 24 54 61 74
Binary 11001011 10110001 1101000 0 1101 110001 10100 101100 110001 111100

Color Harmonies of #CBB168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB168

Black with #CBB168

Text Example


Text Example

White with #CBB168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB168; }

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

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

background-color css

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

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

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

border-color css

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

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

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