Html Css Color HEX #CBB368 Putty

📋 copy color: '#CBB368'

red 203 ◦ green 179 ◦ blue 104

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

Shades of Putty #CBB368

Tints of Putty #CBB368

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.83%

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

R = 41.77%
G = 36.83%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CBB368 (or 0xCBB368) is known color: Putty. HEX triplet: CB, B3 and 68. RGB value is (203,179,104). Sum of RGB (Red+Green+Blue) = 203+179+104=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB368 is #344C97. Grayscale: #B1B1B1. Windows color (decimal): -3427480 or 6861771. OLE color: 6861771.

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

Color convert

RGB 203 179 104 -
CMYK 0 0.12 0.49 0.20
HSL 45.45º 0.49% 0.6% -
HSV(B) 45.45º 0.49% 0.8% -
XYZ 43.25 45.94 19.68 -
YUV 177.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 203 179 104 0 0.12 0.49 0.20 45.45 0.49 0.6
Hex CB B3 68 0 C 31 14 2D 31 3C
Octal 313 263 150 0 14 61 24 55 61 74
Binary 11001011 10110011 1101000 0 1100 110001 10100 101101 110001 111100

Color Harmonies of #CBB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB368

Black with #CBB368

Text Example


Text Example

White with #CBB368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB368; }

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

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

background-color css

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

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

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

border-color css

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

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

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