Html Css Color HEX #CBB067 Putty

📋 copy color: '#CBB067'

red 203 ◦ green 176 ◦ blue 103

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

Shades of Putty #CBB067

Tints of Putty #CBB067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.37%

R = 42.12%
G = 36.51%
B = 21.37%

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

#CBB067 (or 0xCBB067) is known color: Putty. HEX triplet: CB, B0 and 67. RGB value is (203,176,103). Sum of RGB (Red+Green+Blue) = 203+176+103=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB067 is #344F98. Grayscale: #B0B0B0. Windows color (decimal): -3428249 or 6795467. OLE color: 6795467.

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

Color convert

RGB 203 176 103 -
CMYK 0 0.13 0.49 0.20
HSL 43.8º 0.49% 0.6% -
HSV(B) 43.8º 0.49% 0.8% -
XYZ 42.6 44.73 19.22 -
YUV 175.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 203 176 103 0 0.13 0.49 0.20 43.8 0.49 0.6
Hex CB B0 67 0 D 31 14 2C 31 3C
Octal 313 260 147 0 15 61 24 54 61 74
Binary 11001011 10110000 1100111 0 1101 110001 10100 101100 110001 111100

Color Harmonies of #CBB067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB067

Black with #CBB067

Text Example


Text Example

White with #CBB067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB067; }

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

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

background-color css

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

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

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

border-color css

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

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

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