Html Css Color HEX #CBB671 Putty

📋 copy color: '#CBB671'

red 203 ◦ green 182 ◦ blue 113

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

Shades of Putty #CBB671

Tints of Putty #CBB671

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.55%

 BLUE value IS 113 (44.53% from 255) = 22.69%

R = 40.76%
G = 36.55%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBB671 (or 0xCBB671) is known color: Putty. HEX triplet: CB, B6 and 71. RGB value is (203,182,113). Sum of RGB (Red+Green+Blue) = 203+182+113=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB671 is #34498E. Grayscale: #B4B4B4. Windows color (decimal): -3426703 or 7452363. OLE color: 7452363.

HSL color Cylindrical-coordinate representation of color #CBB671: hue angle of 46º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBB671 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 182 113 -
CMYK 0 0.10 0.44 0.20
HSL 46º 0.46% 0.62% -
HSV(B) 46º 0.44% 0.8% -
XYZ 44.34 47.34 22.42 -
YUV 180.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 203 182 113 0 0.10 0.44 0.20 46 0.46 0.62
Hex CB B6 71 0 A 2C 14 2E 2E 3E
Octal 313 266 161 0 12 54 24 56 56 76
Binary 11001011 10110110 1110001 0 1010 101100 10100 101110 101110 111110

Color Harmonies of #CBB671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB671

Black with #CBB671

Text Example


Text Example

White with #CBB671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB671; }

 p { color: rgb(203,182,113); }

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

background-color css

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

 a { background-color: rgb(203,182,113); }

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

border-color css

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

 span { border-color: rgb(203,182,113); }

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