Html Css Color HEX #CBB369 Putty

📋 copy color: '#CBB369'

red 203 ◦ green 179 ◦ blue 105

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

Shades of Putty #CBB369

Tints of Putty #CBB369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.56%

R = 41.68%
G = 36.76%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBB369 (or 0xCBB369) is known color: Putty. HEX triplet: CB, B3 and 69. RGB value is (203,179,105). Sum of RGB (Red+Green+Blue) = 203+179+105=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB369 is #344C96. Grayscale: #B2B2B2. Windows color (decimal): -3427479 or 6927307. OLE color: 6927307.

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

Color convert

RGB 203 179 105 -
CMYK 0 0.12 0.48 0.20
HSL 45.31º 0.49% 0.6% -
HSV(B) 45.31º 0.48% 0.8% -
XYZ 43.3 45.96 19.95 -
YUV 177.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 203 179 105 0 0.12 0.48 0.20 45.31 0.49 0.6
Hex CB B3 69 0 C 30 14 2D 31 3C
Octal 313 263 151 0 14 60 24 55 61 74
Binary 11001011 10110011 1101001 0 1100 110000 10100 101101 110001 111100

Color Harmonies of #CBB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB369

Black with #CBB369

Text Example


Text Example

White with #CBB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB369; }

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

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

background-color css

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

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

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

border-color css

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

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

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