Html Css Color HEX #CBB46C Putty

📋 copy color: '#CBB46C'

red 203 ◦ green 180 ◦ blue 108

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

Shades of Putty #CBB46C

Tints of Putty #CBB46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22%

R = 41.34%
G = 36.66%
B = 22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CBB46C (or 0xCBB46C) is known color: Putty. HEX triplet: CB, B4 and 6C. RGB value is (203,180,108). Sum of RGB (Red+Green+Blue) = 203+180+108=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB46C is #344B93. Grayscale: #B2B2B2. Windows color (decimal): -3427220 or 7124171. OLE color: 7124171.

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

Color convert

RGB 203 180 108 -
CMYK 0 0.11 0.47 0.20
HSL 45.47º 0.48% 0.61% -
HSV(B) 45.47º 0.47% 0.8% -
XYZ 43.66 46.42 20.85 -
YUV 178.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 203 180 108 0 0.11 0.47 0.20 45.47 0.48 0.61
Hex CB B4 6C 0 B 2F 14 2D 30 3D
Octal 313 264 154 0 13 57 24 55 60 75
Binary 11001011 10110100 1101100 0 1011 101111 10100 101101 110000 111101

Color Harmonies of #CBB46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB46C

Black with #CBB46C

Text Example


Text Example

White with #CBB46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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