Html Css Color HEX #CBB46A Putty

📋 copy color: '#CBB46A'

red 203 ◦ green 180 ◦ blue 106

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

Shades of Putty #CBB46A

Tints of Putty #CBB46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.68%

R = 41.51%
G = 36.81%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBB46A (or 0xCBB46A) is known color: Putty. HEX triplet: CB, B4 and 6A. RGB value is (203,180,106). Sum of RGB (Red+Green+Blue) = 203+180+106=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB46A is #344B95. Grayscale: #B2B2B2. Windows color (decimal): -3427222 or 6993099. OLE color: 6993099.

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

Color convert

RGB 203 180 106 -
CMYK 0 0.11 0.48 0.20
HSL 45.77º 0.48% 0.61% -
HSV(B) 45.77º 0.48% 0.8% -
XYZ 43.55 46.38 20.29 -
YUV 178.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 203 180 106 0 0.11 0.48 0.20 45.77 0.48 0.61
Hex CB B4 6A 0 B 30 14 2E 30 3D
Octal 313 264 152 0 13 60 24 56 60 75
Binary 11001011 10110100 1101010 0 1011 110000 10100 101110 110000 111101

Color Harmonies of #CBB46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB46A

Black with #CBB46A

Text Example


Text Example

White with #CBB46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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