Html Css Color HEX #CBB471 Putty

📋 copy color: '#CBB471'

red 203 ◦ green 180 ◦ blue 113

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

Shades of Putty #CBB471

Tints of Putty #CBB471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

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

R = 40.93%
G = 36.29%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBB471 (or 0xCBB471) is known color: Putty. HEX triplet: CB, B4 and 71. RGB value is (203,180,113). Sum of RGB (Red+Green+Blue) = 203+180+113=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB471 is #344B8E. Grayscale: #B3B3B3. Windows color (decimal): -3427215 or 7451851. OLE color: 7451851.

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

Color convert

RGB 203 180 113 -
CMYK 0 0.11 0.44 0.20
HSL 44.67º 0.46% 0.62% -
HSV(B) 44.67º 0.44% 0.8% -
XYZ 43.93 46.53 22.29 -
YUV 179.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 203 180 113 0 0.11 0.44 0.20 44.67 0.46 0.62
Hex CB B4 71 0 B 2C 14 2D 2E 3E
Octal 313 264 161 0 13 54 24 55 56 76
Binary 11001011 10110100 1110001 0 1011 101100 10100 101101 101110 111110

Color Harmonies of #CBB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB471

Black with #CBB471

Text Example


Text Example

White with #CBB471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB471; }

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

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

background-color css

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

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

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

border-color css

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

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

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