Html Css Color HEX #CBB068 Putty

📋 copy color: '#CBB068'

red 203 ◦ green 176 ◦ blue 104

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

Shades of Putty #CBB068

Tints of Putty #CBB068

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.44%

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

R = 42.03%
G = 36.44%
B = 21.53%

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

#CBB068 (or 0xCBB068) is known color: Putty. HEX triplet: CB, B0 and 68. RGB value is (203,176,104). Sum of RGB (Red+Green+Blue) = 203+176+104=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB068 is #344F97. Grayscale: #B0B0B0. Windows color (decimal): -3428248 or 6861003. OLE color: 6861003.

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

Color convert

RGB 203 176 104 -
CMYK 0 0.13 0.49 0.20
HSL 43.64º 0.49% 0.6% -
HSV(B) 43.64º 0.49% 0.8% -
XYZ 42.65 44.75 19.49 -
YUV 175.87 87.45 147.35 -
System Red Green Blue C M Y K H S L
Decimal 203 176 104 0 0.13 0.49 0.20 43.64 0.49 0.6
Hex CB B0 68 0 D 31 14 2C 31 3C
Octal 313 260 150 0 15 61 24 54 61 74
Binary 11001011 10110000 1101000 0 1101 110001 10100 101100 110001 111100

Color Harmonies of #CBB068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB068

Black with #CBB068

Text Example


Text Example

White with #CBB068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB068; }

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

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

background-color css

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

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

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

border-color css

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

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

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