Html Css Color HEX #CBB268 Putty

📋 copy color: '#CBB268'

red 203 ◦ green 178 ◦ blue 104

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

Shades of Putty #CBB268

Tints of Putty #CBB268

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.7%

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

R = 41.86%
G = 36.7%
B = 21.44%

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

#CBB268 (or 0xCBB268) is known color: Putty. HEX triplet: CB, B2 and 68. RGB value is (203,178,104). Sum of RGB (Red+Green+Blue) = 203+178+104=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB268 is #344D97. Grayscale: #B1B1B1. Windows color (decimal): -3427736 or 6861515. OLE color: 6861515.

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

Color convert

RGB 203 178 104 -
CMYK 0 0.12 0.49 0.20
HSL 44.85º 0.49% 0.6% -
HSV(B) 44.85º 0.49% 0.8% -
XYZ 43.05 45.54 19.62 -
YUV 177.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 203 178 104 0 0.12 0.49 0.20 44.85 0.49 0.6
Hex CB B2 68 0 C 31 14 2D 31 3C
Octal 313 262 150 0 14 61 24 55 61 74
Binary 11001011 10110010 1101000 0 1100 110001 10100 101101 110001 111100

Color Harmonies of #CBB268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB268

Black with #CBB268

Text Example


Text Example

White with #CBB268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB268; }

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

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

background-color css

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

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

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

border-color css

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

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

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