Html Css Color HEX #CBB46E Putty

📋 copy color: '#CBB46E'

red 203 ◦ green 180 ◦ blue 110

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

Shades of Putty #CBB46E

Tints of Putty #CBB46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.31%

R = 41.18%
G = 36.51%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBB46E (or 0xCBB46E) is known color: Putty. HEX triplet: CB, B4 and 6E. RGB value is (203,180,110). Sum of RGB (Red+Green+Blue) = 203+180+110=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB46E is #344B91. Grayscale: #B3B3B3. Windows color (decimal): -3427218 or 7255243. OLE color: 7255243.

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

Color convert

RGB 203 180 110 -
CMYK 0 0.11 0.46 0.20
HSL 45.16º 0.47% 0.61% -
HSV(B) 45.16º 0.46% 0.8% -
XYZ 43.76 46.46 21.41 -
YUV 178.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 203 180 110 0 0.11 0.46 0.20 45.16 0.47 0.61
Hex CB B4 6E 0 B 2E 14 2D 2F 3D
Octal 313 264 156 0 13 56 24 55 57 75
Binary 11001011 10110100 1101110 0 1011 101110 10100 101101 101111 111101

Color Harmonies of #CBB46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB46E

Black with #CBB46E

Text Example


Text Example

White with #CBB46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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